{% load i18n %} {% load browserid %} {% load url from future %} {% load staticfiles %} {% if language.short_name == 'de' %} {% endif %} {% block header %}{% endblock %} {% block title %}{% endblock %} {% browserid_info %}
{% if user.is_authenticated and not user.get_profile.is_temporary %} {% if user.email %} {{user.email}} {% else %} {{user.username}} {% endif %} | {% trans "Logout" %} {% else %} {% trans "Login" %} | {% trans "Register" %} {% endif %} | {% trans "Get in touch" %} | {% trans 'German' %} {% trans "German" %} | {% trans 'English' %} {% trans "English" %}
wger | Workout Manager
{% include 'navigation.html' %}
{% if not user.is_authenticated or user.get_profile.is_temporary %}
{% trans "You are using a guest account, data entered will be deleted after a week."%} {% if not has_demo_data %} {% trans "Create some demo entries" %} » {% endif %}
{% endif %} {% block template %}{% endblock %}