{% extends "directories/base.html" %} {% load styled_forms %} {% block title %}{% trans 'Request to Associate' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Request to Associate" %}

{% trans "To: " %}{{ directory }} {% if cats %} {% for cat in cats %} ({{ cat }}){% if not forloop.last %}, {% endif %} {% endfor %} {% endif %}

{% if warning_msg_string %} {% endif %}
Fill out the form below.
{% if cats %} Note that only marketplaces with {% for cat in allowed_affliated_cats %} {{ cat }}{% if not forloop.last %}, {% endif %} {% endfor %} can request to associate. {% endif %}
{% csrf_token %}
{{ request_form|styled_form }}
{% endblock %}