{% extends "chapters/base.html" %} {% load chapter_tags %} {% block content %}
Position | Name | {% if show_officers_phone %}Phone | {% endif %} {% if show_officers_email %}|
---|---|---|---|
{{ officer.position }} | {% if officer.user.get_full_name %} {{ officer.user.get_full_name }} {% else %} {{ officer.user }} {% endif %} | {% if show_officers_phone %}{% if officer.phone %}{{ officer.phone }}{% endif %} | {% endif %} {% if show_officers_email %}{% if officer.email %}{{ officer.email }}{% endif %} | {% endif %}
{{ chapter.sponsors|safe }}
{% trans 'Region:' %} {{ chapter.region }}
{% endif %} {% if chapter.state %}{% trans 'State:' %} {{ chapter.state }}
{% endif %} {% if chapter.county %}{% trans 'County:' %} {{ chapter.county }}
{% endif %} {% include "chapters/meta.html" %}