{% extends "layout.html" %} {% block header %}

Email history

{% endblock header %} {% block content %} {% for email in emails %} {% endfor %}
Date sent Subject
{{ email.date_sent }} {{ email.subject }} View
{% if page_obj %}

Return to profile

{% endif %} {% endblock content %}