{% endfor %}
{% if perms.application.can_manage_application %}
{% if forloop.last %}
{% if "genpoll" in actions %}
{%trans 'New vote' %}
{% 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 %}
{%trans 'Edit' %}
{% endif %}
{% if "wit" in actions and user == application.submitter %}
{%trans 'Withdraw' %}
{% endif %}
{% if perms.application.can_support_application and min_supporters > 0 %}
{% if "unsupport" in actions %}
{% trans 'Unsupport' %}
{% endif %}
{% if "support" in actions %}
{% trans 'Support' %}
{% 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 %}
{% if "acc" in actions %}
{%trans 'Accepted' %}
{% endif %}
{% if "rej" in actions %}
{%trans 'Rejected' %}
{% endif %}
{% endif %}
{% if "adj" in actions or "noc" in actions or "com" in actions or "wit" in actions %}