{% extends 'dashboard/base.html' %} {% block guests %}

Invite Guest

{% if guests %} {% for guest in guests %} {% endfor %} {% else %} {% endif %}
# 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
{% endblock %} {% block js %} {% endblock %}