{% load i18n %}{% load staticfiles %}{% load cache %}{% load browserid %} {% block title %}{% endblock %} {% browserid_css %} {% 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."%} {% 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 %}