{% extends "base.html" %} {% block title %}Export{% endblock %} {% block content %}

Download as Excel

Select which contacts to include in the export:

ICP Only ICP + POI {% if role == 'admin' %} Full Export (Admin) {% endif %}
{% endblock %}