{% load i18n %}{% load staticfiles %}{% load cache %}{% load browserid %}{% load compress %}
{% block title %}{% endblock %}
{% compress css %}
{% endcompress %} {% browserid_css %} {% compress js %} {% endcompress %} {% block header %}{% endblock %} {% browserid_info %}
{% block scripts %}{% endblock %} {% if not user.is_authenticated or user.userprofile.is_temporary %}
{% trans "Info" %}
{% trans "You are using a guest account, data entered will be deleted after a week."%}
{% trans "Register" %} »
{% if not has_demo_data %}
{% trans "Create some demo entries" %} »
{% endif %}
{% endif %}
wger
{% trans "Menu" %}
{% if not user.is_authenticated or user.userprofile.is_temporary %}
{% trans "Info" %}
{% endif %}
{% include 'navigation.html' %}
{% block template %}{% endblock %}
{% if not user.is_authenticated %}
{% trans "Login" %}
{% else %}
{% trans "Dashboard" %}
{% endif %}
{% if user.is_authenticated %}
{% trans "Workouts" %}
{% trans "Nutrition" %}
{% endif %} {% if not user.is_authenticated %}
{% trans "Features" %}
{% endif %}