{% 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 messages %}
{% for message in messages %}
{% if message.tags %} {% endif %} {{ message }}
{% endfor %}
{% endif %} {% 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' %} {% elif child.type == 'paragraph' %} {% if child.heading != '' %}

{{ child.heading }}

{% endif %}
{% if child.is_alert %} {% endif %}

{{ child.text }}

{% else %}

Unknown Element!!

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