{% extends "admin/base_site.html" %} {% block title %}{{participant}} ({{participant.username}}){% endblock %} {% load signalbox_tags %} {% load markup humanize %} {% block content_title %} Overview of: {{participant.display_name}} {{participant.username}} Edit user details {% endblock %} {% block content %}
{% if participant.tasklist_observations|length > 0%}

Tasks outstanding for user: {{participant}}

{% include "manage/participant_observations_fragment.html" %} {% else %}

You're up to date with everything.

{% endif %}
{% include "manage/participant_memberships_fragment.html" %}
{% include "admin/signalbox/_fragments/_ad_hoc_scripts.html" %}
{% include "manage/participant_messages_fragment.html" %}
{% include "manage/add_contact_note_fragment.html" %}
{% replies participant %}
{% endblock %}