{% load i18n %}

{% translate title %}

{% if from_email %}

{% blocktrans %}From {{ from_email }}{% endblocktrans %}

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

{% translate error %}

{% endfor %}
{% endif %}