{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}About AlekSIS{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}AlekSIS – The Free School Information System{% endblocktrans %}{% endblock %} {% block content %}
{% blocktrans %}About AlekSIS{% endblocktrans %}

{% blocktrans %} AlekSIS is a web-based school information system (SIS) which can be used to manage and/or publish organisational subjects of educational institutions. {% endblocktrans %}

{% trans "Website of AlekSIS" %}
{% trans "Licence information" %}

{% blocktrans %} The core and the official apps of AlekSIS are licenced under the EUPL, version 1.2 or later. For licence information from third-party apps, if installed, see directly at the respective components below. {% endblocktrans %}

{% trans "Full licence text" %} {% trans "More information about the EUPL" %}
{% for app in licence_information %}
{{ app.name }} {% if app.copyright_holders %}

{% for holder in app.copyright_holders %} Copyright © {{ holder.0|join:", " }} {% if holder.2 %} {{ holder.1 }} {% else %} {{ holder.1 }} {% endif %}
{% endfor %}


{% endif %} {% if app.licence %}

{% blocktrans with licence=app.licence %} This part of AlekSIS is licenced under the {{ licence }}. {% endblocktrans %}

{% endif %}
{% if app.repository %}
{% trans "Show source code" %}
{% endif %}
{% endfor %} {% endblock %}