Meeting Minutes
{{ meeting_title }}
{% if meeting_subtitle %}
{{ meeting_subtitle }}
{% endif %}
Date
{{ meeting_date }}
Time
{{ meeting_time }}
Location
{{ location | default("Conference Room") }}
Called By
{{ called_by }}
Attendees
{{ attendees }}
{% if absentees %}
Absent
{{ absentees }}
{% endif %}
Agenda & Discussion
{% for item in agenda_items %}
{{ loop.index }} {{ item.title }}
{% if item.presenter %}
{{ item.presenter }}
{% endif %}
{{ item.notes }}
{% if not loop.last %}
{% endif %}
{% endfor %}
{% if action_items %}
Action Items
{% for action in action_items %} {% endfor %}
Action Owner Due
{{ action.description }} {{ action.owner }} {{ action.due_date }}
{% endif %} {% if next_meeting_date %}
Next Meeting
{{ next_meeting_date }}{% if next_meeting_time %}  |  {{ next_meeting_time }}{% endif %}{% if next_meeting_location %}  |  {{ next_meeting_location }}{% endif %}
{% endif %}
Minutes Prepared By
{{ prepared_by }}
{% if prepared_by_title %}
{{ prepared_by_title }}
{% endif %}
{{ organization | default("") }}{% if organization %} — {% endif %}Meeting Minutes {{ meeting_date }}