{% load staticfiles %} {% load notifications_extras %}
{{ SITE_META.site_name }} |
|
{{ SITE_META.site_desc }}
{{ SITE_META.site_name }} has updates! This email provides information about your subscriptions to council members, committee actions, committee events, bill searches, bill actions, and meetings.
{% if person_updates %}Some people have been active! This list shows all new sponsorships and legislative actions by {{ CITY_VOCAB.COUNCIL_MEMBERS }}.
{% for update in person_updates %} {% for update_type, person in update.items %}Bill | {% if 'Sponsorship' in update_type %}Description | {% else %}Action | {% endif %}
---|---|---|
{{bill.identifier}} | {% if bill.action_description %} {{ bill.action_date|date:"M j, Y"}}: {{ bill.action_description }} {% else %} {{ bill.description }} {% endif %} |
Some committees have been busy! This list shows all bills with new actions, as a result of committee activitiy.
{% for bill in committee.bills %}Date | Action |
---|---|
{{ action.date|date:"M j, Y" }} | {{ action.description }} |
Some committees have things on the horizon! This list shows all newly listed upcoming committee events.
{% for committee in committee_event_updates %}Event | Date | Description |
---|---|---|
{{ event.name }} | {{event.start_time|date:"M j, Y fa"}} | {{ event.description }} |
Your search results have changed! This list shows new results for previous searches.
{% for search in bill_search_updates %}Bill | Description |
---|---|
{{bill.identifier}} | {{ bill.description }} |
Some bills have updates! This list shows which bills have new legislative actions.
Bill | Action |
---|---|
{{bill.identifier}} | {{action.date|date:"M j, Y"}}: {{action.description}} |
Mark your calendars! This list shows newly posted meetings.
Event | Location | Time |
---|---|---|
{{ event.name }} | {{ event.location_name }} | {% if event.all_day %} All Day {% else %} {{ event.start_time|date:"M/j/Y fa" }} {% if event.end_time %}- {{ event.end_time|date:"M/j/Y fa" }} {% endif %} {% endif %} |
Mark your calendars! This list shows meetings, where updates have been made to the location, the time, or other details.
Event | Location | Time |
---|---|---|
{{ event.name }} | {{ event.location_name }} | {% if event.all_day %} All Day {% else %} {{ event.start_time|date:"M/j/Y fa" }} {% if event.end_time %}- {{ event.end_time|date:"M/j/Y fa" }} {% endif %} {% endif %} |
Want to receive fewer or more notifications? Visit your account and manage alert preferences.