{% load staticfiles %}

Notifications

This page shows all of the recent notifications for the various people, committees, searches, bills, and events you are subscribed to.


{% if person_updates %}

{{ CITY_VOCAB.COUNCIL_MEMBER }} Notifications

{% for update in person_updates %} {% for update_type, person in update.items %}
{{person.name}} - {{ update_type }}
{% if 'Sponsorship' in update_type %} {% else %} {% endif %} {% for bill in person.bills %} {% endfor %}
Bill RSSDescriptionAction
{{bill.identifier}} {% if bill.action_description %} {{ bill.action_date|date:"M j, Y"}}: {{ bill.action_description }} {% else %} {{ bill.description }} {% endif %}
{% endfor %} {% endfor %}
{% endif %} {% if committee_action_updates %}
{% for committee in committee_action_updates %}

{{ committee.name }} Notifications

{% for bill in committee.bills %}
Bill actions - {{ bill.identifier }}
{% for action in bill.actions %} {% endfor %}
Date Action RSS
{{ action.date|date:"M j, Y" }} {{ action.description }}
{% endfor %} {% endfor %}
{% endif %} {% if committee_event_updates %}

Committee Event Notifications

{% for committee in committee_event_updates %}
{{ committee.name }}
{% for event in committee.events %} {% endfor %}
Event Date Description
{{ event.name }} {{event.start_time|date:"M j, Y fa"}} {{ event.description }}
{% endfor %}
{% endif %} {% if bill_search_updates %}

Bill Search Notifications

{% for search, bill in bill_search_updates %} {% endfor %}
Search Bill RSS
{{search}}
{{bill.identifier}}
{% endif %} {% if bill_action_updates %}

Bill Action Notifications

{% for bill, action in bill_action_updates %} {% endfor %}
Bill Action RSS
{{bill.identifier}}
{{action.date|date:"M j, Y"}}: {{action.description}}
{% endif %}