{% comment %}
{% endcomment %}
{% load i18n %}
{% if application.status == application.STATUS_NEW %}
{{ app.get_status_display }}
{% elif application.status == application.STATUS_REVIEW %}
{{ app.get_status_display }}
{% elif application.status == application.STATUS_WAIT %}
{{ app.get_status_display }}
{% elif application.status == application.STATUS_PROCESSED %}
{{ app.get_status_display }}
{% elif application.status == application.STATUS_CLOSED %}
{{ app.get_status_display }}
{% else %}
{{ app.get_status_display }}
{% endif %}