{# -*- engine:django -*- #} {% if states %} {% for state in states %}
{{ state }} {% if small %} ({{ small }}) {% endif %}
{% endfor %} {% else %}
{{ state.name }} {% if small %} ({{ small }}) {% endif %}
{% endif %}