{% extends "mylab/base.html" %} {% load static %} {% block breadcrumb %}
{{ email.date|date:"Y-m-d H:i:s" }}
{% if email.to_tutors %}
All recipients:
{% for rec in email.recipients.all %}
{{ rec.full_name }}
<{{ rec.email }}>{% if not forloop.last %}, {% endif %}
{% endfor %}