{% extends 'base.html' %} {% block content %}

Contact information for our membership, be gentle!

{% for p in members %} {% if p.type != "company" %} {% endif %} {% endfor %}
Name Mail alias Personal email Phone Homepage Info Onboarding
{{ p.full_name }} {{ p.mail_alias }} {{ p.mail }} {% if p.phone %}{{ p.phone }}{% else %}-{% endif %} {% if p.homepage %}{{ p.homepage }}{% else %}-{% endif %} {% if p.access and p.access.info %}check_circle{% else %} {% endif %} {% if p.access and p.access.onboarding %}check_circle{% else %} {% endif %}
{% endblock %}