{% extends '../global.html' %} {% load i18n %} {% block content %}
{% csrf_token %}

{% translate 'You do not have access to this private gallery' %}

{% translate 'But you can gain access by entering the access code below:' %}'
{% include 'partials/form_input.html' with field=form.access_code %}
{% endblock content %}