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

{% blocktranslate trimmed %} Thank you for using wger! wger is a collaborative open source project, made by fitness enthusiasts from around the world. {% endblocktranslate %}

{% translate 'Source code' %}

{% translate 'Get the source code of this application and its server on github' %}

https://github.com/wger-project
{% translate 'Have a problem or idea?' %}

{% translate "Get in touch if something didn't behave as expected or if there is a feature that you feel is missing." %}

https://github.com/wger-project/wger/issues/new/choose
{% translate 'Say hi!' %}

{% translate 'If you want to chat with us, hop on the Discord server and get in touch' %}

https://discord.gg/rPWFv6W
{% translate 'Translation' %}

{% translate 'This application is translated on weblate. If you also want to help, click the link and start translating' %}

https://hosted.weblate.org/engage/wger/ {% endblock %} {% block sidebar %}
{% translate "Our goal" %}
{% blocktranslate %}The goal is to build an awesome and flexible fitness manager, along with a comprehensive and complete list of exercises and ingredients, all released under a free license.{% endblocktranslate %}

{% translate "Current version" %} {{ version }}

{% endblock %}