{% extends "users/layout.html" %} {% block users_content %} <{bs_form form=form action=url_for_same() class_="unsubscribe-form" }>

{{title}}

{% if not unsubscribed %}
<{ bs_btn _("Unsubscribe") name="allow" type="submit" style="primary" size="lg" }/>
{% endif %} {% endblock %}