{% translate 'Forwarders' %}
{% translate 'Manage Email Forwarders' %}
{% translate "You can manage all your email forwarders from this page. A forwarder is a virtual email address that will forward your emails to the desired destination. It doesn't store the emails" %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Sl.No' %} | {% translate 'Email Address' %} | {% translate 'Forward To' %} | {% translate 'Action' %} |
---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Email Address' %} | {% translate 'Forward To' %} | {% translate 'Action' %} |