{% extends "richtemplates/layout/menu_top.html" %} {% load i18n %} {% block menu_top_left %}
  • Home
  • {% endblock %} {% block menu_top_right %}
  • {% if not user.is_authenticated %} {% trans "Login" %} {% else %} {% trans "Logout" %} {% endif %}
  • {% if user.is_authenticated and user.is_staff %}
  • Admin panel
  • {% endif %}
  • {% trans "Logged as" %} {{ user }}
  • {% endblock %}