{% extends "base.html" %} {% load l10n %} {% load i18n %} {% load dateconv %} {% load lastpart %} {% block content %}
{% include "messages.html" %}
{% trans 'Temporary URL for' %} {{container}}/{{objectname}}

{% trans 'Use the following URL to share this object. The URL is valid for 7 days.' %}

{{url}}

{% trans 'Please note that you cannot revoke this URL. It is valid until expiration!' %}

{% if prefix %} {% else %} {% endif %} {% trans 'Back' %}
{% endblock %}