{% load staticfiles %}

Notifications

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


Person Notifications

{% for person, bill in person_updates %} {% endfor %}
PersonBill IntroducedRSS
{{bill.slug}}: {{bill.description}}

Committee Action Notifications

{% for committee, bill, action in committee_action_updates %} {% endfor %}
CommitteeBill/ActionRSS
{{commitee.name}}
{{action.date|date:"SHORT_DATE_FORMAT"}}: {{action.description}}

Committee Event Notifications

{% for committee, event in committee_event_updates %} {% endfor %}
Committee Event
{{commitee.name}}
{{event.start_time|date:"SHORT_DATE_FORMAT"}}: {{event.name}} {{event.description }}
{% if bill_search_updates.first %}

Bill Search Notifications

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

Bill Action Notifications

{% for bill, action in bill_action_updates %} {% endfor %}
Bill Action RSS
{{bill.slug}}
{{action.date|date:"SHORT_DATE_FORMAT"}}: {{action.description}}
{% endif %}