7 lines
195 B
HTML
7 lines
195 B
HTML
<p>
|
|
New invoice received from
|
|
<b>{{ invoice.event.instructor }}</b> on <b>{{ invoice.date_submitted }}</b>.
|
|
</p>
|
|
|
|
{% include "membershipworks/email/event_invoice_details_fragment.dj.html" %}
|