{% extends "base.html" %} {% block title %}Board of Directors · {{ portal_name }}{% endblock %} {% block content %}

Board of Directors

Your elected representatives.

{% if staff_ui %}
Staff only
{% endif %}
{% if members %} {% else %}

No board members listed

{% if staff_ui %}Use Add member above to start.{% else %}Board members will appear here once they've been added.{% endif %}

{% endif %} {% if staff_ui and removed %}
Removed members ({{ removed|length }})
{% endif %} {% if staff_ui %}
{% csrf_token %}

Add a board member

Reorder the board

Drag a name to move it. This is the order owners see.

{% endif %} {% endblock %}