{% extends 'dashboard/base.html' %} {% block guests %}
| # | Name/Organization & Email | Phone | Title/Organization | Actions | |
|---|---|---|---|---|---|
| {{ forloop.counter }} |
{{ guest.name }}
{{ guest.email|default:"-" }}
|
{{ guest.phone|default:"-" }} | {{ guest.organization|default:"-" }} |
{% if not guest.is_sent %}
{% else %}
{% endif %}
|
|
| No guests found | |||||