{% extends "admin/base.html" %} {% load i18n %} {% load botsfilters %} {% block content %}
{% trans 'Date/time' %}{{rootta.ts|date:"Y-m-d H:i:s"}}
{% trans 'Status' %}{{rootta.get_statust_display}}
{% trans 'Route' %}{{rootta.idroute}}
{% for row in detaillist %} {% endfor %}
{{row.ind}} {{row.get_status_display}} {{row.get_statust_display}} {{row.filename|shortpath}} {{row.nrmessages}} {{row.editype}} {{row.messagetype}} {{row.channel}} {{row.frompartner}} {{row.topartner}} {{row.reference}} {% if row.filesize %}{{row.filesize|filesizeformat}}{% endif %} {{row.errortext}} {{row.charset}} {{row.contenttype}} {{row.alt}} {{row.divtext}} {{row.testindicator}}
{% endblock %}