{% extends "layout.html" %} {% block content %}

{{ _('info')|uc_first }}

{{ info|display_info }}
{% if tables.super.rows %}

{{ _('super')|uc_first }}

{{ tables.super.display('super')|safe }}
{% endif %} {% if tables.sub.rows %}

{{ _('subs')|uc_first }}

{{ tables.sub.display('sub')|safe }}
{% endif %} {% if tables.domains.rows %}

{{ _('domain for')|uc_first }}

{{ tables.domains.display('domains')|safe }}
{% endif %} {% if tables.ranges.rows %}

{{ _('range for')|uc_first }}

{{ tables.ranges.display('ranges')|safe }}
{% endif %}
{{ _('description')|uc_first|safe }}

{{ class_.comment }}

{% endblock %}