{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% if source_user %}{% trans "Edit Source User" %}{% else %}{% trans "Create Source User" %}{% endif %} - {{ source.name_en }}{% endblock %} {% block content %}

{% if source_user %} {% trans "Edit Source User" %} {% else %} {% trans "Create Source User" %} {% endif %}

{{ source.name_en }}

{% trans "Back to Source" %}
{% trans "Source User Details" %}
{% csrf_token %} {% if not source_user %}
{% trans "Select a user to assign as source user. A user can only manage one source." %}
{% else %}
{% endif %}
{% trans "Inactive users will not be able to access their dashboard." %}

{% trans "Permissions" %}
{% trans "Permissions control what the source user can do in their dashboard. Uncheck to restrict access." %}

{% trans "Cancel" %}
{% endblock %}