{% extends "admin/base.html" %} {% load i18n static %} {% load cycle from future %} {% block title %} MDNs {% endblock %} {% block content %}
{% csrf_token %} {% include "pyas2/paginator.html" %} {% for row in mdn_list %} {% if row.omessage %} {% endif %} {% endfor %}
{{row.timestamp|date:"Y-m-d H:i:s" }} {{row.get_status_display}} {{row.message_id}} {{row.omessage.message_id}} {{row.omessage.organization}} {{row.omessage.partner}} {{row.omessage.get_mdn_mode_display}} {% if row.signed %} {% else %} {% endif %}
{% endblock %}