{% extends "public/content.html" %} {% block headtitle %}Payment | {{ meeting }}{% endblock %} {% block left_content %}

Meeting Registration

{% endblock %} {% block title %}

{{ meeting.name }}

{% endblock %} {% block content %}

Please enter your details below so that we can invoice you for your booking.

{% csrf_token %} {% include "public/partials/form.html" with form=invoice_form %}
{% endblock %}