{% load i18n %}

{{ title }}

{% if from_email %}

From {{ from_email }}

{% endif %}
{% csrf_token %} {% if inbox_folder %} {% endif %} {% if inbox_item %} {% endif %} {% if email_account %} {% endif %} {% if errors %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endif %}