{% extends "base_with_margins.html" %} {% block title %}About{% endblock %} {% block content %}

About

{{ CITY_NAME_SHORT }} Councilmatic is a tool for understanding and tracking what’s happening in {{ settings.CITY_COUNCIL_NAME }}.

This site connects {{ CITY_NAME_SHORT }} residents to local city council offices, for greater online public dialogue about issues in their communities.

Councilmatic helps you:



Contents

Below are the primary types of city council activity.

{% for leg_type in LEGISLATION_TYPE_DESCRIPTIONS %} {% endfor %}
Legislation Type Description
{{leg_type.name}} {% if leg_type.html_desc %}

{{leg_type.desc|safe}}

{% else %}

{{leg_type.desc}}

{% endif %}
{% endblock %}