{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block nav %} {% 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 %}
{% trans 'Sign Up' %}
{% endblock%}