{% extends "base.dj.html" %} {% load nh3_tags %} {% load django_bootstrap5 %} {% block title %}Event Invoice for {{ event.details.ttl|nh3 }}{% endblock %} {% block admin_link %} {% url 'admin:membershipworks_eventext_change' event.pk %} {% endblock %} {% block breadcrumbs %} {% include "./components/event_breadcrumbs.dj.html" %}
Invoice submitted on {{ event.invoice.date_submitted }} for ${{ event.invoice.amount|floatformat:2 }}, {% if event.invoice.date_paid %} paid on {{ event.invoice.date_paid }} {% else %} not paid yet {% endif %}
View PDFThis event is missing required information to generate an invoice. Please contact us at info@claremontmakerspace.org.
{% elif user_is_instructor %} {% else %}No invoice has been created for this event, and you are not listed as the the instructor.