{% extends "base.html" %} {% load static %} {% block content %}

Subscription Listing

You are currently subscribed to receive {% if subscription_type == "SMS" %}text message{% else %}email{% endif %} notifications about pickup times for {{object.district}}.

{% csrf_token %} {% if object.suspended %} {% else %} {% endif %}

Edit Subscription

{% endblock %}