{# vim: set ft=htmldjango ts=2 sw=2 et tw=80: #} {% load i18n %} {% if mobile and user.is_authenticated %}
{{ user.username }}
{% endif %}
  • {% trans "Home" %}
  • {% if user.is_authenticated %}
  • {% trans "Counts" %}
  • {% trans "Set yearly target" %}
  • {% trans "Weekly stats" %}
  • {% if user.is_superuser %}
  • {% trans "Admin" %}
  • {% endif %}
  • {% trans "Logout" %}
  • {% else %}
  • {% trans "Login" %}
  • {% trans "Register" %}
  • {% endif %}