{% extends "public/content.html" %} {% load url from future %} {% block headtitle %}My Abstract Submissions{% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="abstract-submissions" %} {% 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 %}