{% load i18n static widget_tweaks %}

{% trans "Investor Access" %}

{% trans "This website is restricted to authorized Alloy Group members. It is a website to show the services and capabilities of their upcoming Alloy Group website." %}

{% if LOCKDOWN_IMAGE_URL or LOCKDOWN_IMAGE_STATIC %}
{% trans 'Protected access preview' %}
{% endif %} {% if form %}

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

{% csrf_token %} {% if form.non_field_errors %} {% endif %}
{{ form.password|add_class:"form-control form-control-lg border-2"|add_error_class:"is-invalid" }} {% for error in form.password.errors %}
{{ error }}
{% endfor %}
{% endif %}
{% trans "Need access?" %} {% trans "Contact us." %}