{% extends "lockdown/base.html" %} {% block title %}Coming soon...{% endblock %} {% block content %}

Coming soon...

This is not yet available to the public.

{% if form %}
{% csrf_token %} {{ form.as_p }}

{% endif %}
{% endblock %}