{% extends 'homepage/base.html' %} {% load static %} {% load i18n %} {% block head %}{% endblock %} {% block title %}Login{% endblock %} {% block header %}{% trans "Family Tree" %}{% endblock %} {% block status %} {% if user.is_authenticated %}
{% trans "Hello" %} {% firstof user.first_name user.username %}!
{% trans "Logout" %}
You don't have an account?
{% trans "Register" %}