<h:outputLabelrendered="{!cc.attrs.bill.expired and sessionHandler.isEventBoolProperty('ALLOW_BILLING') }"for="refnr"value="#{i18n['bill.referencenumber']}"/>
<h:outputTextrendered="{!cc.attrs.bill.expired and sessionHandler.isEventBoolProperty('ALLOW_BILLING') }"id="refnr"value="#{cc.attrs.bill.referenceNumber}"/>
<h:outputLabelrendered="{!cc.attrs.bill.expired and sessionHandler.isEventBoolProperty('ALLOW_BILLING') }"for="noticetime"value="#{i18n['bill.noticetime']}:"/>
<h:outputTextrendered="{!cc.attrs.bill.expired and sessionHandler.isEventBoolProperty('ALLOW_BILLING')}"id="noticetime"value="#{cc.attrs.bill.noticetime}"/>