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

{% trans "Remove Link ?" %}

{% csrf_token %}

{% trans "Are you sure you want to delete link with" %} {{ trustedroot }} ?

{% trans "Back" %}

{% endblock %}