{% extends 'base.html' %} {% block content %}
Contact information for our membership, be gentle!
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 %} |