{% include "header" %}
{% if token %}
You have successfully unsubscribed from all communications from Front Academy.
{% t .resubscribe_text %}
{% form_authenticity_token %}
{% else %}
{% t .resubscribed_text %}
{% endif %}
{% include "footer" %}