{% extends "layout.html" %} {% block content %}
{{ _('info')|uc_first }}
{{ info|display_info|safe }}{{ _('description')|uc_first|safe }}
{{ class_.comment|safe }}
{{ _('super')|uc_first }}
{{ tables.super.display('super')|safe }}{{ _('subs')|uc_first }}
{{ tables.sub.display('sub')|safe }}{{ _('domain for')|uc_first }}
{{ tables.domains.display('domains')|safe }}{{ _('range for')|uc_first }}
{{ tables.ranges.display('ranges')|safe }}