{% load i18n %} {% if user.is_authenticated %}
  {% trans "Inbox" %} | {% trans "Sent Messages" %} | {% trans "New Message" %} | {% trans "Message Trash" %}
{% endif %}