{% extends "public/content.html" %} {% block headtitle %}My Membership{% endblock %} {% block title %}

Pay By Invoice

{% endblock %} {% block content %}
{% if content_block %} {{ content_block.content|safe }} {% else %}

Please confirm the name and email address of the company or person you wish to be invoiced.

If you do not wish to be invoiced Return to the Payment Page

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