{% extends 'homepage/base.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "Family Tree" %}{% endblock %} {% block header %}{% trans "Family Tree" %}{% endblock %} {% block status %} {% if user.is_authenticated %}
{% trans "Hello" %} {% firstof user.first_name user.username %}!
{% if user.is_staff %}
{% trans "Edit family tree" %}
{% endif %}
{% trans "Logout" %}
{% trans "You are not logged in" %}
{% trans "Login" %}
{% trans "Register" %}
{% trans "Your account hasn't been validated yet." %}
{% trans "You are not allowed to view this content." %}
{% trans "Please contact an administrator." %}
{% trans "Please login to view this content." %}