{% load crispy_forms_tags %} {% load automarkup %}
{% with blocks=voting_round.decision_blocks %} {% if blocks %}

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

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