{% extends "base.html" %}{% load i18n %} {% block content %}
{% if page_title %}

{% blocktrans %}The shortened URL for the page {{ page_title }} is:{% endblocktrans %}

{% else %}

{% blocktrans %}The shortened URL for the page is:{% endblocktrans %}

{% endif %}

{{ url }}

{% trans "You can also use your phone to scan the following barcode:" %}

{# Facebook, Twitter, and Email sharing icons #}

{% trans "Click on the links below to share this page" %}

{% trans "You may wish to go back to the previous page" %}.

{% if use_javascript %} {% endif %}
{% endblock %} {% block url_shorten_link %}{% endblock %}