{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ title }} | {{ site_settings.site_name }}{% endblock %} {% block content %}
{% if contact_settings.hero_background %}
Hero Background
{% else %}
{% endif %}
Connect With Us

{{ title }}

Please fill out the form below with your details. We look forward to connecting with you.

{% csrf_token %} {% if role == 'buyer' %}
{% elif role == 'supplier' %}
{% elif role == 'partner' %}
{% elif role == 'distributor' %}
{% endif %}
{% endblock %}