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

{% trans "Profile" %}

{% trans "Your Profile" %}
{% trans "All Profiles" %}
{% else %}   {% endif %} {% endblock %}