{% extends 'layout.twig' %} {% block header %} {% endblock %} {% block body %} {% if forwardAllSuccess %}
✓ Successfully forwarded {{ forwardAllSuccess }} email(s)!
{% endif %} {% if errorMessage %}
{{ errorMessage }}
{% endif %}

{{ address }}

Copied!
{% for mail in mailSummaries %} {% endfor %} {% if not mailSummaries %}
There are no mails yet.
{% endif %}
Fetching new mails in --s
{% if lockEnabled and not isLocked %} {% endif %} {% if lockEnabled and isLocked and not hasAccess %} {% endif %} {% if lockEnabled and isLocked and hasAccess %} {# JS handled in /javascripts/lock-modals.js #} {% endif %} {% endblock %}