{% 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.
{% else %}Your {{ register_type }} registration will be reviewed before being added to Aus GLAMR.
{% endif %} {% endif %} {% endblock %}