{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block nav %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block sidebar %} {% endblock sidebar %} {% block content %}
{% if contrast_cookie %} {% else %} {% endif %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{% trans 'Sign in with your account' %}

{% csrf_token %}
{% if not deny_register %}
{% else %}
{% endif %}
{% endblock%} {% block footer %} {% if theme.footer_note != '' and theme.footer_note != '


' %} {% endif %} {% endblock %} {% block bottommenu %} {% endblock %}