{% extends "admin/base.html" %} {% load i18n %} {% load botsfilters %} {% block content %}
{% csrf_token %} {% include "bots/paginator.html" %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% for row in queryset.object_list %} {% endfor %}
{{ row.get_statust_display}} {{row.ts|date:"Y-m-d H:i:s" }} {{row.idroute}} {{row.fromchannel}} {{row.infilename|shortpath}} {{row.ineditype}} {{row.inmessagetype}} {{row.nrmessages}} {% if row.filesize %}{{row.filesize|filesizeformat}}{% endif %} {{row.tochannel}} {% if row.outfilename == '(several values)' %} {{row.outfilename}} {% else %} {{row.outfilename|shortpath}} {% endif %} {{row.outeditype}} {{row.outmessagetype}} {{row.frompartner}} {{row.topartner}} {{row.errortext}} {{row.divtext}}
{% endblock %}