{% extends "base.html" %} {% load i18n allink_helpers %} {% block navigation %}{% endblock %} {% block body_class %}{{super}} tpl-lockdown{% endblock %} {% block content %}
{% trans 'This site is not yet available to the public.' %}
{% if form %} {% include "partials/forms/non_field_errors.html" %} {% trans "Preview" as cta %} {% include "partials/forms/form.html" with class="lockdown-plugin__form" action='.' method="post" no_ajax=1 cta=cta close_btn_enabled=False ajax_disabled=True %} {% endif %}