{% 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 %}

{{ example.title }}

{% for placeholder in example.placeholders.all %} {% for plugin in placeholder.cmsplugin_set.all %}

{{ plugin.render_plugin }}

{% endfor %} {% endfor %}

{% trans "Goals" %}

{% endwith %}