{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% block head_title %} {% trans 'User Profile' %}{% if public_profiles_allowed %} {% trans "for" %} {{ fullname }}{% endif %} - {{ block.super }} {% endblock %} {% block content %}
{% endblock %}