{% extends "base_with_margins.html" %} {% load notifications_extras %} {% load extras %} {% load staticfiles %} {% block title %}Alerts{% endblock %} {% block content %}

Alerts

This page shows your subscriptions to {{ CITY_VOCAB.COUNCIL_MEMBERS | lower }}, committee actions, committee events, bill searches, bill actions, and {{ CITY_VOCAB.EVENTS | lower }}.


{% if subscriptions %} {% for subscription in person_subscriptions %} {% endfor %} {% for subscription in committee_action_subscriptions %} {% endfor %} {% for subscription in committee_event_subscriptions %} {% endfor %} {% for subscription in bill_search_subscriptions %} {% endfor %} {% for subscription in bill_action_subscriptions %} {% endfor %} {% for subscription in events_subscriptions %} {# When the only possible subscription is for "all" events, there should only be one #} {% endfor %} {% else %} {% endif %}
Alert type Name RSS
Council member {{subscription.person }}
Committee actions {{subscription.committee }}
Committee events {{subscription.committee }}
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!
Send my notifications email

Want to update your password? Reset it now.

{% endblock %} {% block extra_js %} {% endblock %}