{% load i18n %}
{% if error_content %} {{ error_content }} {% else %}| {% ifnotequal ta.status 200 %}{% trans 'Previous' %}{% endifnotequal %} | {% if ta.has_next %}{% trans 'Next' %}{% endif %} | {% if ta.filename %}{% trans 'Download' %}{% endif %} | {% trans 'Route' %} "{{ ta.idroute }}"; {% trans 'phase' %} "{{ ta.get_status_display }}"; {% trans 'status' %} "{{ ta.get_statust_display }}"; {% trans 'editype' %} "{{ ta.editype }}"; {% trans 'messagetype' %} "{{ ta.messagetype }}"; {% trans 'date' %} "{{ ta.ts|date:"Y-m-d H:i:s" }}"; {% trans 'file' %} "{{ ta.filename }}"; {% trans 'confirm asked' %} "{{ ta.confirmasked }}"; {% if ta.confirmasked %} {% trans 'confirmed' %} "{{ ta.confirmed }}"; {% trans 'confirmtype' %} "{{ ta.confirmtype }}"; {% endif %} |
{{ ta.content }}