1 {% extends "base_simple.html" %}
6 <h1>{% trans "Rezygnacja z e-maili" %}</h1>
9 {% blocktrans trimmed with email=object.email %}
10 Czy na pewno chcesz zrezygnować z otrzymywania e-maili na adres {{ email }}?
14 <form method="POST" action="">
16 <button type="submit">{% trans "Tak, wypisz mnie" %}</button>