{% extends "chapters/base.html" %} {% load chapter_tags %} {% block content %}
{% if MODULE_CHAPTERS_MEMBERSHIPSENABLED %} {% if not is_chapter_member %} {% endif %} {% endif %} {% if chapter.featured_image %} {% else %} {% if MODULE_CHAPTERS_DEFAULTIMAGE %} {% endif %} {% endif %}
{{ chapter.mission|safe }}
{{ chapter.content|safe }}
{% if show_officers_phone %} {% endif %} {% if show_officers_email %} {% endif %} {% for officer in officers %} {% if show_officers_phone %} {% endif %} {% if show_officers_email %} {% endif %} {% endfor %}
Position NamePhoneEmail
{{ officer.position }} {% if officer.user.get_full_name %} {{ officer.user.get_full_name }} {% else %} {{ officer.user }} {% endif %} {% if officer.phone %}{{ officer.phone }}{% endif %}{% if officer.email %}{{ officer.email }}{% endif %}

{{ chapter.sponsors|safe }}

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

{% trans 'Region:' %} {{ chapter.region }}

{% endif %} {% if chapter.state %}

{% trans 'State:' %} {{ chapter.state }}

{% endif %} {% if chapter.county %}

{% trans 'County:' %} {{ chapter.county }}

{% endif %}

Files {% if admin %}

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