{% extends "committees/base.html" %} {% load committee_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 %}
{{ committee.sponsors|safe }}