{% load crispy_forms_tags %} {% load automarkup %}
{{ voting_round.decision.comments }}
The voting round is still open. You many not draft a decision yet.
{% elif voting_round.is_scheduled %}The voting round is scheduled but has not yet started.
{% elif voting_round.is_unscheduled %}The voting round is not yet scheduled.
{% else %} {% with blocks=voting_round.decision_blocks %} {% if blocks %}The decision cannot be fixed at this moment: {{ blocks }}
{% else %} {% endif %} {% endwith %} {% endif %} {% else %}No decision has been formulated yet.
{% endif %} {% endif %}