{% extends "cfp/event/base.html" %} {% load i18n %} {% block title %}{% trans "Your E-mails" %} :: {% endblock %} {% block content %}

{% trans "Your E-mails" %}

{% trans "These are e-mails the organisers sent you, so you should be able to find them in your email inbox, but this page serves as a helper in case your email address was unavailable or the emails got lost in some way." %}

{% include "common/mail_log.html" %} {% endblock %}