{% load static %} {% load static %} {% load crispy_forms_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/menu.html" %}
{% if not saved %} {% block content %}
{% csrf_token %} {% crispy form %}
{% endblock %} {% else %} OK {% endif %}
{% include "chlamdb/style_menu.html" %}