{% load i18n %}{% load cache %}{% load wger_extras %}

{% trans "Language" %}

{% for language in languages %} {% language_select language %} {% endfor %}
{# #} {# Close button for panel #} {# #}
{# #} {# Workout tab #} {# #}

{% trans "Workouts" %}

{# #} {# Exercises tab #} {# #}

{% trans "Exercises" %}

{# #} {# Weight tab #} {# #}

{% trans "Weight" %}

{# #} {# Nutrition tab #} {# #}

{% trans "Nutrition" %}

{# #} {# Software tab #} {# #}

{% trans "About this software" %}

{# #} {# Options tab #} {# #}

{% trans "Options" %}

{# #} {# Login tab #} {# #} {% if not user.is_authenticated or user.userprofile.is_temporary %} {% endif %}