{% extends "corbo/unsubscription.html" %} {% load i18n %} {% block title %}{% blocktrans with object.category as category %} Unsubscription from {{ category }} {% endblocktrans %}{% endblock %} {% block content %}

{{ object.category }}

{% trans 'Click on "Unsubscribe" to stop receiving emails to this address:' %} {{ object.get_identifier_display }}

{% csrf_token %}
{% endblock %}