{% load i18n %}
{% for argument in proposals %} {% include "fragments/argument/item.html" %} {% empty %}
{% if initiative.state == 'd' %}{% trans "Up to this point " %}{% endif %} {% trans "no Proposals have been made" %}.
{% endfor %}
{% if initiative.state == 'd' %}
{% include "fragments/argument/propose.html" %}
{% endif %}