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

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

{{ info|display_info|safe }}

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

{{ property_.comment|safe }}

{% 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 %}
{% endblock %}