{% extends "base_wide.html" %} {% load i18n %} {% load wger_extras %} {% block title%}{% trans "Get in touch" %}{% endblock %} {% block content %}

{% blocktrans %}Thank you for your interest. Feel free to use any of the ways below to send feedback you have about any aspect of the site. For support, it's better to use the mailing list (wger@googlegroups.com), to report a bug, consider doing it through the issue tracker .{% endblocktrans %}

{% blocktrans %}If you want to further help and improve this project, you might also be interested in contributing.{% endblocktrans %}

{% trans "Feedback form" %}

{% blocktrans %}A simple contact form. Remember that if you want an answer, you need to include some way to contact you.{% endblocktrans %}

{% trans "Open feedback form" %}

{% trans "Twitter" %}

{% blocktrans %}We are also on twitter. Write us and tell us what you think! Except patches, don't send patches via twitter.{% endblocktrans %}

{% trans "Forum / Mailing list" %}

{% blocktrans %}Use the public group to get support for your local wger installation, discuss issues or your new idea, etc. (no registration needed){% endblocktrans %}

{% trans "Go to mailing list" %}

{% endblock %}