{% extends 'account_layout.html' %} {% load i18n %} {% load static %} {% block pagetitle %}{% trans 'Cancel Subscription' %}{% endblock %} {% block account_content %}
{% if subscription %}
{% csrf_token %}

{% trans "Would you like to tell us why, or leave any feedback so we can improve our service? It's optional." %}


{% else %}

{% trans "You do not have any active subscription to cancel." %}

{% endif %}
{% endblock %}