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

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

{% csrf_token %}
{% if not deny_register %}
{% else %}
{% endif %}
{% if not deny_register %}
{% trans 'Forgot your password?' %}
{% else %}
{% trans 'Forgot your password?' %}
{% endif %}
{% endblock%} {% block footer %} {% if theme.footer_note != '' and theme.footer_note != '


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