pfisjs/views/pcalpub_summary.jade

27 lines
911 B
Plaintext

fieldset
legend(style="font-size: 120%; margin-bottom: 0px;") Empfänger
table(width='130%', class='table table-condensed' style='margin-bottom: 10px;')
each empf in dest_to
tr(data-addresses="#{empf.addresses}")
td !{empf.recipient}
if dest_cc.length > 0
fieldset
legend(style="font-size: 120%; margin-bottom: 0px;") Kopie
table(width='130%', class='table table-condensed' style='margin-bottom: 10px;')
each empf in dest_cc
tr(data-addresses="#{empf.addresses}")
td !{empf.recipient}
if dest_bcc.length > 0
fieldset(style="margin-bottom: 10px;")
legend(style="font-size: 120%; margin-bottom: 0px;") Blindkopie
table(width='130%', class='table table-condensed' style='margin-bottom: 10px;')
each empf in dest_bcc
tr(data-addresses="#{empf.addresses}")
td !{empf.recipient}
fieldset
legend(style="font-size: 150%; margin-bottom: 0px;") Inhalt der eMail
!{html}