{% load i18n %} {% load url from future %}
{% for sector in example.sectors.all %} {{ sector }}{% if not forloop.last %}, {% endif %} {% endfor %} / {% for country in example.countries.all %} {{ country }}{% if not forloop.last %}, {% endif %} {% endfor %}
{{ plugin.render_plugin }}
{% endfor %} {% endfor %}