#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() #if (${searchRequest.getDescription()}) #end
#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)
#rowWrapperNormalEnd() #rowWrapperNormal($issueTableHtml) #if (${actualIssueCount} != ${totalIssueCount}) #rowWrapperNormalBegin() #textParagraph($i18n.getText("template.subscription.filter.html.subset", "${actualIssueCount}", "${totalIssueCount}", "", "")) #rowWrapperNormalEnd() #end #if (${recipientIsAuthor}) #rowWrapperNormalBegin() #set ($subscriptionUrl = "${baseurl}/secure/FilterSubscription!default.jspa?subId=${subscription.getString('id')}&filterId=${subscription.getString('filterID')}") #textParagraph($i18n.getText("template.subscription.filter.html.edit", "", "")) #rowWrapperNormalEnd() #end #parse("templates/email/html/includes/footer.vm")