{% load staticfiles %} {% load bootstrap %} {% load i18n %} {{ SITE_NAME }} - Login {% include 'bundles/bootstrap-css.html' %} {% include 'bundles/fontawesome.html' %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

{% include 'bundles/bootstrap-js.html' %}