{% extends "pycon/main.html" %} {% block styles %} {% endblock %} {% block breadcrumbs %} {{ invoice.user }} {{ invoice.user.email }} {% endblock %} {% block metanav %} Invoice ID: {{ invoice }} {% endblock %} {% block navbar %}{% endblock %} {% block search %}{% endblock %} {% block content %} {% load restructuredtext %}{% load attendeereg %} {% progressbar 'pay_by_check' %}

Alternative Payment

For non-standard registrations (sponsor, tutorial instructor, complimentary, or other) please file a change request including the details:

{% restructuredtext %}{% include "attendeereg/check.rst" %}{% endrestructuredtext %}


{{ invoice.text|restructuredtext }}


{% endblock %}