#assign null = "null">
<#assign issueTypeDictionary = dictionariesDao.fetchDictionary("issue_type")!null> <#if issueTypeDictionary != null> <#list issueTypeDictionary.sortedItems(messageSource.getLocale().toString()) as dictionaryItem> <#if dictionaryItem.getKey() == issueTypeVal> #if> #list> #if> | |
<#assign incidentTypeDictionary = dictionariesDao.fetchDictionary("incident_type")!null> <#if incidentTypeDictionary != null> <#list incidentTypeDictionary.sortedItems(messageSource.getLocale().toString()) as dictionaryItem> <#if dictionaryItem.getKey() == incidentTypeVal> #if> #list> #if> | |
<#assign incidentSeverityDictionary = dictionariesDao.fetchDictionary("incident_severity")!null> <#if incidentSeverityDictionary != null> <#list incidentSeverityDictionary.sortedItems(messageSource.getLocale().toString()) as dictionaryItem> <#if dictionaryItem.getKey() == incidentSeverityVal> #if> #list> #if> | |