{% extends "base_with_margins.html" %} {% load notifications_extras %} {% load extras %} {% load staticfiles %} {% block title %}Alerts{% endblock %} {% block content %}
This page shows your subscriptions to {{ CITY_VOCAB.COUNCIL_MEMBERS | lower }}, committee actions, committee events, bill searches, bill actions, and {{ CITY_VOCAB.EVENTS | lower }}.
Alert type | Name | RSS | |
---|---|---|---|
Council member | {{subscription.person }} | ||
Committee actions | {{subscription.committee }} | ||
Committee events | {{subscription.committee }} | ||
Bill search |
Search term:
{{subscription.search_params.term }}
{% for key, values in subscription.search_params.facets.items %} {{key}}: {% for v in values %} {{v}} {% endfor %} {% endfor %} |
||
Bill actions | {{subscription.bill}} | ||
{{ CITY_VOCAB.EVENTS }} | All | ||
You do not have any subscriptions. View pages for {{ CITY_VOCAB.COUNCIL_MEMBERS | lower }}, legislation, committees, and {{ CITY_VOCAB.EVENTS | lower }} to add alerts! |