{% extends 'account/base.html' %} {% load i18n %} {% load account bulma_tags %} {% block title %}{% trans "Sign In" %}{% endblock %} {% block content_title %}

{% trans "Sign In" %}

{% endblock content_title %} {% block content %}

{% blocktrans %}If you have not created an account yet, then please sign up first.{% endblocktrans %}

{% csrf_token %} {{ form|bulma }} {% if redirect_field_value %} {% endif %} {% trans "Forgot Password?" %}
{% endblock %}