{% 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 'Get the source code of this application and its server on github' %}
https://github.com/wger-project{% 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 'If you want to chat with us, hop on the Discord server and get in touch' %}
https://discord.gg/rPWFv6W{% 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 "Current version" %} {{ version }}
{% endblock %}