{% extends "layout.html" %} {% block content %} {% if register_type == "message" %}

Thanks for getting in touch!

{% else %}

Thankyou for registering your {{ register_type }}.

{% if register_type == "email address" %}

Check your inbox to confirm your subscription. You can opt-out at any time by clicking the link at the bottom of the weekly emails.

{% elif register_type == "conference" %}

Once your conference is approved, you will be able to register a Call for Papers if you would like to do so.

{% else %}

Your {{ register_type }} registration will be reviewed before being added to Aus GLAMR.

{% endif %} {% endif %} {% endblock %}