{% load i18n %} {% if error_content %} {{ error_content }} {% else %} {% for ta in idtas %}
{% if ta.has_previous %}{% trans 'Previous' %}{% endif %} {% if ta.has_next %}{% trans 'Next' %}{% endif %} {% if ta.has_file %}{% trans 'Download' %}{% endif %} {{ ta.get_status_display }}
info
{% trans 'Status' %}{{ ta.get_statust_display }}
{% trans 'Date/time' %}{{ ta.ts|date:"Y-m-d H:i:s" }}
{% trans 'Reference' %}{{ ta.reference }}
{% trans 'Editype' %}{{ ta.editype }}
{% trans 'Messagetype' %}{{ ta.messagetype }}
{% trans 'Route' %}{{ ta.idroute }}
{% trans 'FromChannel' %}{{ ta.fromchannel }}
{% trans 'ToChannel' %}{{ ta.tochannel }}
{% trans 'Frompartner' %}{{ ta.frompartner }}
{% trans 'Topartner' %}{{ ta.topartner }}
{% trans 'Nrmessages' %}{{ ta.nrmessages }}
{% trans 'Filesize' %}{{ ta.filesize }}
{% trans 'Charset' %}{{ ta.charset }}
{% trans 'Test' %}{{ ta.testindicator }}
{% trans 'Contenttype' %}{{ ta.contenttype }}
{% trans 'Botskey' %}{{ ta.botskey }}
{% trans 'Alt' %}{{ ta.alt }}
{% trans 'Merge' %}{{ ta.merge }}
{% trans 'Envelope' %}{{ ta.envelope }}
{% trans 'File' %}{{ ta.filename }}
{{ ta.content }}

{% endfor %} {% endif %}