{% extends 'userena/base_userena.html' %} {% load i18n %} {% block content_main %}
{% comment %}Dirty hack. Will use django-guardian in the future.{% endcomment %} {% if user.username == profile.user.username %} {% endif %}
{% block userena_content %} {% endblock %} {% endblock %}