{% extends "public/content.html" %} {% load url from future %} {% load thumbnail %} {% block headtitle %}{{ meeting.name }}{% endblock %} {% block left_content %}

Meeting Registration

{% endblock %} {% block title %}

{{ meeting.name }}

{% endblock %} {% block content %}

Booking Confirmation

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

Your booking has been completed, you should receive confirmation of this booking via email.

{% endif %} {% endblock %}