{% endfor %}
{% if perms.application.can_manage_application %}
{% if forloop.last %}
{% if "genpoll" in actions %}
{% endif %}
{% endif %}
{% endif %}
{% else %}
{% if perms.application.can_manage_application %}
{% trans "Enter vote results!" %}
{% endif %}
{% endif %}
{% endfor %}
{% endwith %}
{% trans "Creation Time" %}:
{{ application.creation_time }}
{% if "edit" in actions %}
{% endif %}
{% if "wit" in actions and user == application.submitter %}
{% endif %}
{% if perms.application.can_support_application and min_supporters > 0 %}
{% if "unsupport" in actions %}
{% endif %}
{% if "support" in actions %}
{% endif %}
{% endif %}
{% if min_supporters > 0 %}
* {% trans "minimum required supporters" %}: {{ min_supporters }}
{% endif %}
{% if perms.application.can_manage_application %}
{% trans "Manage application" %}
{% if "per" in actions or "nop" in actions or "setnumber" in actions %}
{% trans "Formal validation" %}:
{% if "per" in actions %}
{% endif %}
{% if "nop" in actions %}
{% endif %}
{% if "setnumber" in actions %}
{% endif %}
{% endif %}
{% if "createitem" in actions %}
{% endif %}
{% if "acc" in actions or "rej" in actions %}
{% trans "Result after vote" %}:
{% if "acc" in actions %}
{% endif %}
{% if "rej" in actions %}
{% endif %}
{% endif %}
{% if "adj" in actions or "noc" in actions or "com" in actions or "wit" in actions %}
{% trans 'Result after debate' %}:
{% if "adj" in actions %}
{% endif %}
{% if "noc" in actions %}
{% endif %}
{% if "com" in actions %}
{% endif %}
{% if "wit" in actions %}
{% endif %}
{% endif %}
{%trans "For Administration only:" %}
{% endif %} {# end perms.application.can_support_application #}
{% if application.number != None %}
{% trans "Application No." %} {{ application.number }}
{% else %}
{% trans "Application" %} [no number]
{% endif %}