{% extends "helfertool/base.html" %} {% load i18n bootstrap4 setting staticfiles toolsettings %} {% block content %}

{% trans "About this software" %}

{% htmlsetting "about" %} {% with a_license='href="https://www.gnu.org/licenses/agpl-3.0" target="_blank"' %}

{% trans "License" %}

{% blocktrans trimmed %} The Helfertool was published under the AGPLv3+. {% endblocktrans %}

{% trans "More information about the Helfertool can be found here:" %} {% setting "WEBSITE_URL" %}

{# logos #}
{# AGPL #}
Licensed under AGPLv3.
{# Django #}
Powered by Django.
{# Python #}
Powered by Python.
{% endwith %} {% endblock %}