{% load activelink %} {% load i18n %}
  • {% trans 'Dashboard' %}
  • {% trans 'My details' %}
  • {% trans 'My subscriptions' %}
  • {% trans 'My invoices' %}
  • {% trans 'Contact and support' %}
  • {% if user.is_staff %}
  • {% trans 'Administration' %}
  • {% endif %}
  • {% trans 'Change password' %}
  • {% trans 'Logout' %}