{% extends "user/user-base.html" %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set tab = 'about' %} {% include "user/user-tabs.html" %} {% endblock %} {% block user_content %}
{{user.first_name}}{% if user.last_name %} ({{user.last_name}}){% endif %}
{% endif %} {% if perms.judge.change_profile %} {% with notes=user.notes %} {% if notes %}{{ _('Admin Notes') }}: {{ notes }}
{% endif %} {% endwith %} {% endif%} {% if user.about %}