{% load i18n pcart_core %} {% if user.is_authenticated %}
  • {% trans "Profile" %}
  • {% trans "Logout" %}
  • {% else %}
  • {% trans "Login" %}
  • {% endif %}