{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Create Source User" %} - {{ source.name_en }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Create Source User" %}

{{ source.name_en }}

{% trans "Back to Source" %}
{% csrf_token %}

{% trans "Select an existing user to assign as source user. A user can only manage one source." %}

{% trans "Quick Tip" %}

{% trans "If you need to create a new user account first, switch to the 'Create New User' tab above." %}

{% trans "This will be the user's login email" %}

{% trans "Minimum 8 characters" %}

{% trans "Auto-Assignment" %}

{% trans "The new user will be automatically assigned the PX Admin role and linked to this source." %}

{% 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 %}