{% extends "site_base.html" %}{% load i18n %} {% block extra_head %}{% endblock %} {% block body_title_base %}{% trans "Profile" %} : {% block body_title %}{% endblock %}{% endblock %} {% block nav %} {% if user.is_authenticated %}
  • {% trans "Your Profile" %}
  • {% trans "All Profiles" %}
  • {% trans "Edit profile" %}
  • {% else %} {% endif %} {% endblock %}