{% extends "freeadmin/generic_form.html" %} {% block form %} {% if eula %}
{{ eula }}
{% endif %} {% if license.expired %} {% trans "Your license has expired, please place a new one." %} {% endif %} {{ block.super }} {% endblock %}