{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "License" %}{% endblock %} {% block content %}

{% blocktrans %}wger Workout Manager is Free/Libre Open Source Software (FLOSS).{% endblocktrans %}

{% trans 'Released under the Affero GPL' %}

{% blocktrans %}wger Workout Manager is released under the Affero GNU General Public License (AGPL) Version 3+ and can (under the conditions of the license) be used, modified and distributed (also with modifications) without restrictions.{% endblocktrans %}

{% blocktrans %}A copy the license text is contained in every wger Workout Manager release (LICENSE.txt) and can be read online on the website of the GNU project.{% endblocktrans %}

{% endblock %}