{# cur_domain, #} {% extends "layout.html" %} {% from "macros/general.html" import display_subnav, set_account_status_img, highlight_username_in_mail, nav_links_of_account_types, show_pages, with context %} {% from "macros/msgHandlers.html" import aliasMsgHandler with context %} {% block title %}{{ _('Mail Aliases') }}{% endblock %} {% block navlinks_active_domains %}class="active"{% endblock %} {% block breadcrumb %} {% set crumbs = [ (ctx.homepath + '/domains', _('All domains'),), (ctx.homepath + '/profile/domain/general/' + cur_domain, cur_domain,), (ctx.homepath + '/users/' + cur_domain, _('Users'),), (ctx.homepath + '/maillists/' + cur_domain, _('Mail Lists'),), (None, _('Aliases'),), ] %} {{ display_subnav(crumbs) }} {% endblock %} {% block main %} {# Show system message #} {{ aliasMsgHandler(msg) }} {% if aliases is defined %}