{% extends "chapters/base.html" %} {% load chapter_tags %} {% block content %}
{% if chapter.featured_image %} {% endif %}
{{ chapter.mission|safe }}
{{ chapter.content|safe }}
{% for officer in officers %} {% endfor %}
Position Name Phone
{{ officer.position }} {% if officer.user.get_full_name %} {{ officer.user.get_full_name }} {% else %} {{ officer.user }} {% endif %} {{ officer.phone }}

{{ chapter.sponsors|safe }}

{% if admin %}
{{ chapter.notes|safe }}
{% endif %}

Files {% if admin %}

Add a File{% endif %}
{% include "chapters/meta.html" %}
{% endblock %}