[#assign showFooter = true]
[#if serviceRequest.hasProperty("showFooter")]
    [#assign showFooter = serviceRequest.findProperty("showFooter").getValue()]
[/#if]

[#assign showIssued = true]
[#assign issuedText = "_____________"]
[#if serviceRequest.hasProperty("showIssued")]
    [#assign showIssued = serviceRequest.findProperty("showIssued").getValue()]
    [#if serviceRequest.hasProperty("fillIssued")]
        [#if serviceRequest.findProperty("fillIssued").getValue()]
            [#assign issuedText = user.username]
        [/#if]
    [/#if]
[/#if]

[#assign showCheckedby = true]
[#if serviceRequest.hasProperty("showCheckedby")]
    [#assign showFooter = serviceRequest.findProperty("showCheckedby").getValue()]
[/#if]
