{% load bootstrap3 i18n %} {% load eztables %} {% load addcss %}
{% for child in child.children %}
{% if child.type == 'form' %} {% include 'app_form.html' %} {% elif child.type == 'table' or child.type == 'datatable' %} {% include 'app_table.html' with heading="no" %} {% elif child.type == 'tab_pane' %} {% for child in child.children %} {% if child.type == 'form' %} {% include 'app_form.html' %} {% elif child.type == 'table' or child.type == 'datatable' %} {% include 'app_table.html' with heading="no" %} {% elif child.type == 'tab_pane' %} {% include 'app_table.html' with heading="no" %} {% elif child.type == 'paragraph' %} {% if child.heading != '' %}

{{ child.heading }}

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

{{ child.text }}

{% else %}

Unknown Element!!

{% endif %} {% endfor %} {% elif child.type == 'paragraph' %} {% if child.heading != '' %}

{{ child.heading }}

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

{{ child.text }}

{% else %}

Unknown Element!!

{% endif %}
{% endfor %}