{% trans "To: " %}{{ directory }} {% if cats %}
{% for cat in cats %}
({{ cat }}){% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% if warning_msg_string %}
{{ warning_msg_string|safe }}
{% 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 %}