{% load addcss %} {% load bootstrap3 i18n %} {% load eztables %} {{ title }} {# Loading jQuery in the Header for support datatables initialization in the app_table.html template #} {# Load CSS #}
{% if content.title != '' %}

{{ content.title }}

{% endif %} {% for child in content.children %} {% if child.type == 'form' %} {% include 'app_form.html' %} {% elif child.type == 'table' or child.type == 'datatable' %} {% include 'app_table.html' %} {% else %}

{{ child.heading }}

{{ child.text }}

{% endif %} {% endfor %}
{# bootstrap_javascript #}