{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Unsubscribing from" %} {% if object %}{{ object }}{% else %}{{ ctype.app_label }} {{ ctype.model }}s{% endif %}{% endblock %} {% block content %}
{% trans "Unsubscribing from" %} {% if object %}"{{ object }}"{% else %}{{ ctype.app_label }} {{ ctype.model }}s{% endif %}. {% blocktrans %}Are you sure you want to do that?{% endblocktrans %}
{% endblock %}