{% extends "subnav_base.html" %} {% load i18n %} {% block body_class %}profile{% endblock %} {% block subnav %} {% if user.is_authenticated %}

{% trans "Profile" %}

{% else %}   {% endif %} {% endblock %}