{% extends "base.html" %} {% block title %}Board Policy Manual — {{ site.short_name }}{% endblock %} {% block breadcrumbs %} {% set crumbs = [{"text": "Policies Listing"}] %} {% include "partials/breadcrumbs.html" %} {% endblock %} {% block content %}

Board Policy Manual

{% for p in policies %} {% endfor %}
Code Title Type Last Revised Last Reviewed
{{ p.code }} {{ p.title }} {{ p.type | default("P") }} {{ p.last_revised | default("") | string }} {{ p.last_reviewed | default("") | string }}
{% endblock %}