{% include "chlamdb/header.html" %} {% load custom_tags %}
{% include "chlamdb/menu.html" %}

{{description}}

{% include "chlamdb/error.html" %} {% if form %} {% load crispy_forms_tags %} {% block content %} {% csrf_token %} {% crispy form %} {% endblock %} {% endif %}
{% if show_results %}
{% include "chlamdb/result_tabs.html" %}
{% endif %}
{% include "chlamdb/style_menu.html" %}