{# Renders all the signed and next-to-be signed signoffs for the approval instance #} {% load signoff_tags %}
{{ approval.label }} {% if show_status_message %} {{ approval.status.get_label }} {% endif %}
{% with signoffs=approval|next_signoffs_for_user:request_user %} {% if signoffs and render_signoff_forms %} {% endif %} {% endwith %}