#disable_html_escaping() #parse("templates/email/html/includes/header.vm") #set ($navigatorUrl = "${baseurl}/secure/IssueNavigator.jspa?mode=hide&requestId=${subscription.getString('filterID')}") #titleHeader($i18n.getText("template.subscription.issue.sub")) #rowWrapperNormalBegin()
#text("template.subscription.filter"): | $textutils.htmlEncode($searchRequest.getName(), false) #if (${actualIssueCount} == ${totalIssueCount}) ($i18n.getText("template.subscription.filter.count", ${totalIssueCount})) #else ($i18n.getText("template.subscription.filter.subcount", "${actualIssueCount}", "${totalIssueCount}")) #end |
---|---|
$textutils.htmlEncode($searchRequest.getDescription(), false) | |
#text("template.subscription.subscriber"): | $textutils.htmlEncode($username, false) |