{% extends "layout.html" %} {% block title_name %} - {{ _('model')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('model'), 'model_index'], [_('properties'), 'property_index'], property.code]|crumb }} {% endblock %} {% 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 %}
{{ _('description')|uc_first }}

{{ property.comment }}

{% endblock %}