{% extends "extensions/configure_extension.html" %} {% load beanbag_licensing djblets_extensions i18n %} {# CSS #} {% block css %} {{block.super}} {% endblock css %} {# Form title #} {% block form_title %} {% trans "Activate Power Pack" %} {% endblock form_title%} {# Config form content #} {% block form_content %}
{% blocktrans %} You can try all of Power Pack's features free for 30 days with no commitment, or purchase a license today for your server. {% endblocktrans %}
{% blocktrans %} If you already have a license file, you can browse for it: {% endblocktrans %}
{{form.license_file.errors}} {{form.license_file}}