{% load i18n %}
{% blocktrans trimmed with draft_expiry_date=view.get_draft_expiry_date %} A draft has been saved and will be available until {{ draft_expiry_date }}. {% endblocktrans %}
{% with tracking_code=get_tracking_code %} {% if tracking_code and user %} {% blocktrans trimmed with tracking_code=tracking_code %} You will find it using the tracking code {{ tracking_code }} or from your personal space. {% endblocktrans %} {% elif user %} {% blocktrans trimmed with tracking_code=tracking_code %} You will find it in your personal space. {% endblocktrans %} {% elif tracking_code %} {% blocktrans trimmed with tracking_code=tracking_code %} You will find it using the tracking code {{ tracking_code }}. {% endblocktrans %} {% endif %} {% endwith %}