{% load i18n staticfiles wger_extras compress django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {% clear_breadcrumbs %} {% endblock %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% if language.short_name != 'en' %} {% endif %} {% block header %}{% endblock %} {% block title %}{% endblock %}
{% trans "Get in touch" %} | {# #} {# Render the links to the other languages #} {# #}
wger | Workout Manager
{% include 'navigation.html' %}
{% if not user.is_authenticated or user.userprofile.is_temporary %} {% endif %} {% block template %}{% endblock %}