{% extends 'links/index.html' %} {% load i18n %} {% block title %}{% translate 'Links | URL details' %}{% endblock %} {% block content %}

{% translate 'Success!' %}

{% translate 'Your URL shortened' %}

Shortened URL

{{ site_url }}{% url 'links:redirect' url.token %}

{% translate 'Verify' %} {% translate 'Home' %}
{% endblock %} {% block footer %} {% endblock %}