{% load custom_tags %} {% load static %} {% load static %} {% load crispy_forms_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %} {% for boxes_row in boxes %}
{% for box in boxes_row %}
{% if box.static_icon %} {% else %} {% endif %}

{{box.title}}

{{box.description}}

{% endfor %}
{% endfor %}