{% if initiatives %}
{% endif %}
Initiatives
- {% for org in initiatives %}
- {% thumbnail org.logo "50x50" crop="left" as im_color %} {% endthumbnail %} {{ org.label }} {% endfor %}
{% endif %}