{# Renders the signet for a signed signoff #} {% if signoff.is_signed %}
{{ signoff.sigil_label }} {{ signoff.sigil }}
{{ timestamp_label|default:"" }} {{ signoff.timestamp|date:"DATE_FORMAT" }}
{% if with_signature_line %} {# Signature line may be included, e.g. for PDF templates or other formats to be printed and signed #}
{{ signature_line_label|default:"" }}
{% endif %} {% if is_revokable %} x {% endif %}
{% endif %}