{% load i18n %} {% if request.user.is_authenticated %}
  • {% trans "Review" %}
  • {% trans "Ship It!" %}
  • {% endif %}