{% extends "tasks/base.html" %} {% block title %}Assign Role — {{ target_user.username }}{% endblock %} {% block topbar_title %}Assign Role{% endblock %} {% block content %}
← Team Access
{{ target_user.get_full_name|default:target_user.username }}
{{ target_user.email|default:target_user.username }}{% if is_client %} · also a portal client{% endif %}
{% csrf_token %}
{{ form.role }} {% if form.role.errors %}
{{ form.role.errors.0 }}
{% endif %}
{% for w in form.staff_access_active %} {% endfor %}
Cancel
{% endblock %}