{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ block.super }} :: Subscribe{% endblock %} {% block splash %}

{% trans "Contact" %}

{% endblock splash %} {% block navbar-left %} {% include "_navbar.html" with active_link="contact" %} {% endblock %} {% block page_title %} {% trans "Subscribe to our newsletter" %} {% endblock page_title %} {% block list_of_items %}

{% trans "Subscribe to our newsletter" %}


{% trans "Sign up to the monthly newsletter to get the latest updates on BSLise initiative" %}


{% trans "You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website." %}

{% csrf_token %}
{{ form.name | as_crispy_field}}

{{ form.email | as_crispy_field}}

{{ form.organisation | as_crispy_field}}




{% endblock list_of_items %}