{% extends "pretixcontrol/global_settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}
{% trans "License settings and check" %}
{% csrf_token %}

{% trans "Installation details" %}

{% bootstrap_form_errors form %} {% bootstrap_field form.usage %} {% bootstrap_field form.base_changes %} {% bootstrap_field form.base_license %} {% bootstrap_field form.plugins_free %} {% bootstrap_field form.plugins_copyleft %} {% bootstrap_field form.plugins_own %} {% bootstrap_field form.plugins_enterprise %}

{% trans "Public information" %}

{% bootstrap_field form.poweredby_name %}
{% bootstrap_field form.poweredby_url %}
{% bootstrap_field form.source_notice %}

{% if results != False %}
{% trans "Check results" %} {% for color, icon, text in results %}

{{ text }}

{% empty %}

{% trans "The automated license check did not identify any issues." %}

{% endfor %}
{% endif %} {% endblock %}