{% extends "powerpack/admin_base.html" %} {% load djblets_extensions i18n %} {# Page title #} {% block page_title %} {% trans "Import Power Pack Users" %} {% endblock page_title %} {# Form title #} {% block form_title %} {% trans "Import Power Pack Users" %} {% endblock form_title %} {# Page content #} {% block content %}
{{block.super}} {% endblock content %} {# Config form content #} {% block form_content %} {% if can_add_user %} {% else %}{% blocktrans with url="http://support.beanbaginc.com/" %} You have added the maximum number of users allowed by your license. To upgrade your license, please contact our support channel. {% endblocktrans %}
{% endif %} {% if licensed_users %} {% endif %} {% endblock %} {% block submit_row_buttons %} {% endblock %} {# Post-page scripts #} {% block scripts-post %} {{block.super}} {% endblock scripts-post %}