{# maillists, [msg,] #} {% extends "layout.html" %} {% from "macros/general.html" import display_subnav, set_account_status_img, display_maillist_restrictions, highlight_username_in_mail, nav_links_of_account_types, show_pages, with context %} {% from "macros/msgHandlers.html" import maillistMsgHandler with context %} {% block title %}{{ _('Mail Lists') }}{% 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'),), (None, _('Mail Lists'),), (ctx.homepath + '/aliases/' + cur_domain, _('Aliases'),), ] %} {{ display_subnav(crumbs) }} {% endblock %} {% block main %} {# Show system message #} {{ maillistMsgHandler(msg) }} {% if maillists is defined %}