{% load i18n %} {% load static %} {% load thumbnail eucs_platform_tags %} {% for organisation in organisations %}
{{organisation.country.name}} {{ organisation.orgType }}
{{ organisation.name }}

{{organisation.description | safe | truncate_summary:30 }}

{% endfor %} {% if 'organisations' in request.get_full_path %}
{% include "organisations_paginator.html" %}
{% endif %}