{% include "__include__/jquery.html" %} {% include "__include__/bootstrap.html" %} {% include "__include__/fontawesome.html" %} {% include "__include__/bootbox.html" %} {% include "__include__/bootstrap-typeahead.html" %} {% include "__include__/mavapa.html" %}
{% block main %}{% endblock %}
{% for category, message in get_flashed_messages(with_categories=true) %}
{% if category == 'success' %} {% elif category in ['danger', 'warning'] %} {% else %} {% endif %} {{ message|safe }}
{% endfor%}
{% block modals %}{% endblock %}
{% block footer %} {% endblock %} {% block js %}{% endblock %} {% block scripts %}{% endblock%}