{% 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.user.first_name}}{% if user.user.last_name %} ({{user.user.last_name}}){% endif %}
{% endif %} {% with orgs=user.organizations.all() %} {% if orgs %}{{ _('From') }} {% for org in orgs -%} {{ org.name }} {%- if not loop.last %}, {% endif %} {% endfor %}
{% endif %} {% endwith %} {% if perms.judge.change_profile %} {% with notes=user.notes %} {% if notes %}{{ _('Admin Notes') }}: {{ notes }}
{% endif %} {% endwith %} {% endif%} {% if user.about %}