@**
* Yona, 21st Century Project Hosting SW
*
* Copyright Yona & Yobi Authors & NAVER Corp.
* https://yona.io
**@
@(project:Project, parentIssueId:Long, currentIssueId:Long)
@showOption = @{Option(parentIssueId).isDefined || Option(currentIssueId).isDefined}
@hasChildIssue = @{Option(currentIssueId).isDefined && Issue.finder.byId(currentIssueId).hasChildIssue}
@import utils.TemplateHelper._