{# Renders a complete signoff_form with a csrf_token and default submit action #} {% if signoff_form and is_signable %}
{% csrf_token %}
{{ signoff_form }}
{% endif %}