{% load i18n admin_urls %} {% block object-tools-items %} {% if original.incoming or original.uid %}
  • reply {% translate 'reply' %}
  • reply_all {% translate 'reply all' %}
  • {% translate 'forward' %} forward
  • {% endif %} {% if next_email_url %}
  • {% translate "Next" %} arrow_upward
  • {% endif %} {% if prev_email_url %}
  • {% translate "Previous" %} arrow_downward
  • {% endif %} {% if deal_url %}
  • {% translate "Deal" %}
  • {% elif request_url %}
  • {% translate "Request" %}
  • {% endif %} {% if original.uid and original.incoming %}
  • visibility
  • file_download
  • {% endif %}
  • print
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% translate "History" %}
  • {% if user.is_superuser %}
  • {% translate "Open in Admin" %}
  • {% endif %} {% endblock %}