{% extends "base.html" %} {% block content %}
{# {% if current_user.has_permission("edit_all_domain") %}#} {{_("Create domain")}} {# {% endif %}#}
| {{_('Domain')}} | {{_('Contact')}} | {{_('Amount Users')}} |
|---|---|---|
| {{ domain.name }} | {{ domain.contact }} | {{ domain.users|length }} |