{% load i18n static %}
{% if LOCKDOWN_IMAGE_URL or LOCKDOWN_IMAGE_STATIC %}
{% trans 'Protected access preview' %}
{% endif %}

{% trans "Protected Access" %}

{% trans "Enter the access password to continue to the site." %}

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

{% trans "Need access?" %} {% trans "Contact us." %}

{% endif %}