{% extends 'layout.html' %} {% block title %}Licensing Information{%endblock%} {% block title_html %}

System Licensing Information

{% endblock %} {% block content %}

Product License

{% include "atxstyle/EULA.html" %}
{% if request.system.eula_accepted %}
License Accepted ({{ request.system.eula_accepted }})
{% else %}
License Must be Accepted to use the software
{% include 'formfields.html' %}
By clicking the button below you indicate that you accept the terms of the Product License above and the Licenses of any External Packages or Operating System packages as detailed below. You also certify that you have the right to accept such terms on behalf of any users to whom you grant access to the product.
{% endif %}

External Package Licenses

This product uses various Open Source libraries which are provided each under their own license.

{{ os }} Package Licenses

This product is built on an Open Source operating system, with the following packages installed. Should you wish to use the packages themselves or exercise other rights granted in your licenses, please see the package information on the linked pages, which includes links to the source code for the packages.
{% endblock %} {% block page_styles %} {% endblock %}