<#include "tigris-macros.ftl"> <#assign hideNav = true> <#call startPage pageTitle="Validator Details"/>
Validated Class:${action.stripPackage(clazz)}
Context:${context}
Validator Number:${selected}
Validator Type:${action.stripPackage(selectedValidator.class)}
<#foreach prop in properties> class="b"<#else>class="a">
NameValueType
${prop.name} <#if prop.value?exists> ${prop.value?string} <#else> null ${prop.type.name}
<#call endPage>