{% load static %} {% load static %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %}
{% for header in data_table_header %} {% endfor %} {% for entry in data_table %} {% for val in entry %} {% endfor %} {% endfor %}
{{header}}
{{val}}
{% include "chlamdb/style_menu.html" %}