{% extends "powerpack/admin/base.html" %} {% load beanbag_licensing djblets_extensions djblets_js i18n %} {% block content %} {% if extension.license_provider_enabled %}
{% beanbag_extension_status %}
{% else %} {% include "powerpack/admin/_legacy_license_info.html" %} {% endif %}

{% trans "Licensed Users" %}

{% trans "Manage Users" %}

{% trans "Manage Features" %}

{% blocktrans %} Power Pack features can be individually enabled or disabled for your server {% endblocktrans %}

{% trans "Manage Power Pack features" %}

{% trans "Document review requires additional configuration" %}

{% trans "Set up document review" %}
{# Add the hidden license upload form after the rest of the page content. #} {% endblock content %} {# Post-page scripts #} {% block scripts-post %} {{block.super}} {% endblock scripts-post %}