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

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

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

{% blocktranslate %}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.{% endblocktranslate %}

{% blocktranslate %}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.{% endblocktranslate %}

{% endblock %}