{% extends 'base.html' %} {% load static %} {% block title %}Leadership Dashboard{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Leadership Dashboard

{% if user_groups %}
{% endif %}
{# Status filter pills #}
All {% for value, label in status_choices %} {{ label }} {% endfor %}
Loading…
{% endblock %}