{% extends "admin/base.html" %} {% load i18n static %} {% 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.ts|date:"Y-m-d H:i:s"}} {{row.filename|shortpath}} {{row.confirmtype}} {% if row.confirmidta > 0 %} {{row.confirmidta}} {% else %} {% if row.confirmidta %} {% trans 'Manual confirm' %} {% endif %} {% endif %} {{row.editype}} {{row.messagetype}} {{row.idroute}} {{row.fromchannel}} {{row.tochannel}} {{row.frompartner}} {{row.topartner}} {{row.reference}}
{% endblock %}