{% extends "welco/base.html" %} {% load i18n static %} {% block bodyargs %}class="mail-table mail-table-subtype{{subtype}}"{% endblock %} {% block content %} {% if objects %}

{{title}}

    {% for object in objects %}
  • {{object.source.creation_timestamp}} {% for association in object.source.associations.all %}
    {{association.formdef_name}} {% endfor %}
  • {% endfor %}
{% csrf_token %} {% if display_comments_field %} {% endif %}
{% else %}

{{title}}

{% trans 'There is currently no mail in this list.' %}

{% endif %} {% endblock %}