{namespace JIRA.Templates.Issue.Tabs} /** * @param text */ {template .label} {$text} {/template} /** * @param id * @param href * @param linkClass * @param text */ {template .tab} {call .label} {param text: $text /} {/call} {/template}