{% extends "application/base_application.html" %} {% block title %}{{ block.super }} - {% trans "Application" %} "{{ application.title }}"{% endblock %} {% load tags %} {% block content %}
{% trans "Application" %} {% if application.number != None %} #{{ application.number }} {% else %} [no number] {% endif %}
# | {% trans "Time" %} | {% trans "Title" %} | {% trans "Text" %} | {% trans "Reason" %} |
---|---|---|---|---|
{{ revision.aid }} | {{ revision.time }} | {% ifchanged %} {{ revision.title }} {% else %} [{% trans "unchanged" %}] {% endifchanged %} | {% ifchanged %} {{ revision.text|linebreaks }} {% else %} [{% trans "unchanged" %}] {% endifchanged %} | {% ifchanged %} {{ revision.reason|linebreaks }} {% else %} [{% trans "unchanged" %}] {% endifchanged %} |