{% extends 'layout.twig' %} {% block header %} {% endblock %} {% block body %}

{{ address }}

{% for mail in mailSummaries %} {% endfor %} {% if not mailSummaries %}
There are no mails yet.
{% endif %} {% 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 %}