{% extends "powerpack/admin_base.html" %} {% load djblets_extensions i18n staticfiles %} {# Page title #} {% block page_title %} {% trans "Configure automatic user licensing" %} {% endblock page_title %} {# Form title #} {% block form_title %} {% trans "Configure automatic user licensing" %} {% endblock form_title %} {# Pre-page scripts #} {% block scripts %} {{block.super}} {% url "admin:jsi18n" as jsi18nurl %} {% endblock %} {# Page content #} {% block content %} {{block.super}} {% endblock content %} {# Config form content #} {% block form_content %} {% url 'powerpack-manage-users' as manage_users_url %}

{% blocktrans %} You can configure Power Pack to automatically add users to the license as they join the server or as they join one or more selected groups. These users will appear as "auto-added" when managing users. {% endblocktrans %}

{% blocktrans %} Users will never be automatically removed from the license. {% endblocktrans %}

{{form.auto_add_mode.errors}} {{form.auto_add_mode.label_tag}} {{form.auto_add_mode}}
{{form.auto_add_groups.errors}} {{form.auto_add_groups}}
{% endblock %} {# Post-page scripts #} {% block scripts-post %} {{block.super}} {% endblock scripts-post %}