{% load crispy_forms_tags %} {% load automarkup %} {% if nomination.decision %} {{ nomination.decision }}

Fixed on: {{ nomination.decision.fixed_on }}

{% if nomination.decision.comments %}

Comments:

{% automarkup nomination.decision.comments %} {% endif %} {% else %} {% with blocks=nomination.decision_blocks %} {% if blocks %}

The decision cannot be fixed at this moment: {{ blocks }}

{% else %}
{% crispy decision_form %}
{% endif %} {% endwith %} {% endif %}