{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Manage OpenID" %} {% endblock %} {% block content %}
{% csrf_token %}

Are you sure, you want to delete {{ id }} and these trusted site:

{% for i in trust %} {{ i }} {% endfor %}
{% endblock %}