{% load i18n staticfiles wger_extras compress django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {% clear_breadcrumbs %} {% endblock %} {% spaceless_config %} {% block opengraph %} {% endblock %} {% block opengraphimages %} {% endblock %} {% block twittercard %} {% if twitter %} {% endif %} {% endblock %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% block header %}{% endblock %} {% block title %}{% endblock %}
{# Show application's name or user's gym #} {% if custom_header %} {{ custom_header }} {% else %} wger | Workout Manager {% endif %}
{% trans "Get in touch" %} | {# #} {# Render the links to the other languages #} {# #}
{% include 'navigation.html' %}
{# #} {# Guest users #} {# #} {# {% if not user.is_authenticated or user.userprofile.is_temporary %} #} {% if user.is_authenticated and user.userprofile.is_temporary %} {% endif %} {% block template %}{% endblock %}
{% endspaceless_config %}