{% extends "committees/base.html" %} {% block page-class %}gov{% endblock %} {% load humanize markup typogrify committee_tags %} {% block title %}{{object.title}} meeting of {{object.start|naturalday}} at {% endblock %} {% block body %}
Meeting called to order at {{minutes.call_to_order|time:"f a"}} in {{object.location}}.
{% endif%} {{minutes.rendered_content|typogrify}} {% if object.get_next_meeting %} {% endif %} {% if minutes.adjournment %}Meeting adjourned at {{minutes.adjournment|time:"f a"}}.
{% endif %} {% if minutes.signed %}Respectfully submitted,
{{ minutes.signed }} {% if minutes.signed.term_set.all %}{% for t in minutes.signed.term_set.all %}{% if forloop.first %}, {{t.office.title}}{% endif %}{% endfor %}{% endif %}
{{ minutes.signed_date|naturalday }}
{% endif %} {% else %} {% if object.meeting.agenda %}This meeintg does not yet have an agenda set.
{% endif %}