{% extends "base.html" %} {% block title %}Email Notifications{% endblock %} {% block headerInfo %} {% endblock%} {% block content %}
{% for to_address, email, time in emails %}

{{ time }}
{{to_address}}

 {{email}} 
{% else %}

No emails recorded

{% endfor %}
{% endblock %}