{% extends 'creme_core/bricks/base/tiles.html' %} {% load i18n creme_bricks creme_cells %} {% block brick_extra_class %}{{block.super}} brick-detailview-popup emails-lw-email-brick{% endblock %} {% block brick_header %} {% with campaign=object.sending.campaign %} {# NB: 'view' credentials checked in the view function #} {% blocktranslate %}Full detailview of the campaign «{{campaign}}»{% endblocktranslate %} {% endwith %} {% endblock %} {% block brick_content %} {% with sending=object.sending %} {% cell_4_regularfield instance=object field='reads' as reads_cell %}{% brick_tile_for_cell reads_cell object user %} {% cell_4_regularfield instance=object field='status' as status_cell %}{% brick_tile_for_cell status_cell object user %} {% cell_4_regularfield instance=object field='sender' as sender_cell %}{% brick_tile_for_cell sender_cell object user %} {% cell_4_regularfield instance=object field='recipient' as recip_cell %}{% brick_tile_for_cell recip_cell object user %} {% cell_4_regularfield instance=sending field='subject' as subject_cell %}{% brick_tile_for_cell subject_cell sending user %} {% cell_4_regularfield instance=object field='sending_date' as sdate_cell %}{% brick_tile_for_cell sdate_cell object user %} {% comment %}
{% endcomment %} {% cell_4_regularfield instance=sending field='attachments' as attachments_cell %}{% brick_tile_for_cell attachments_cell sending user %} {% if sending.body_html %}