{% include 'header.html' %} {% include 'banner.html' %} {% include 'menu.html' %}

{{id}}

{% for row in l: %}
{% for col in h: %}
{% if col == 'name': %} {{ row[col]['value'] }} {% else %} {{ row[col]['value'] }} {% endif %}
{% endfor %}
{% endfor %}
{% include 'footer.html' %}