{% extends "extensions/configure_extension.html" %} {% load beanbag_licensing djblets_extensions future i18n %} {# CSS #} {% block css %} {{block.super}} {% endblock css %} {# Form title #} {% block form_title %} {% trans "Configure Power Pack" %} {% endblock form_title %} {# Config form content #} {% block form_content %} {% with license=extension.license license_settings=extension.license_settings %} {% if license.valid_install_key %}
{% endwith %} {{block.super}} {% endblock form_content %}