report-template.step-DocumentReferenceValidation.ftl Maven / Gradle / Ivy
The newest version!
<#assign stepName = step.type>
<#if step.valid >✅<#else>⛔#if> ${stepName}
<#if step.valid>✅<#else>⛔#if>
unmatchedInternalDocumentReferences
All internalDocumentReferences should point to available attachment files.
<#if step.unmatchedInternalDocumentReferences?has_content>
Listing invalid file references:
<#list step.unmatchedInternalDocumentReferences?keys as doc>
- ${step.unmatchedInternalDocumentReferences[doc]} (${doc})
#list>
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy