{% extends "fa/foneastra_base.html" %} {% load i18n %} {% block page_stylesheets %} {% endblock %} {% block title %}{% trans "Login" %}{% endblock %} {% block auth %}
{% trans "Oops. Your username and password didn't match. Please try again." %}
{% endif %} {% if user.is_authenticated %}{% trans "You are already logged in." %}
{% else %}