{% extends "base.html" %} {% load i18n %} {% load static %} {% load eucs_platform_translate %} {% block head %} {{ block.super }} {% endblock head %} {% block title %} {{ block.super }} :: {{platform.name}} {% endblock title %} {% block navbar-left %} {% endblock %} {% block list_of_items %} {% include '_modal_zone.html' %} {% if platform.profileImage %}
{% endif %}

{{platform.name}}

{{platform.description | safe }}

{% if platform.organisation.all %}

{% trans "Organisations" %}

{% for organisation in platform.organisation.all %}
{% include "horizontal_card_organisation.html" %}
{% endfor %}
{% endif %} {% trans "Go to programme" %} {% if platform.contactPointEmail %} {% trans "Contact e-mail" %} {% endif %} {% if platform.creator == user or user.is_staff %} Edit {% endif %}
{% if platform.logo %} {% endif %}
{% trans "Geographic extend" %}
{{platform.geoExtend | translate_instance | title}}
{% trans "Countries" %}
{% for country in platform.countries %} {{ country.name }} {% endfor %}
{% trans "Topics" %}
{% for topic in platform.topic.all %} {{ topic.topic }} {% endfor %}
{% endblock list_of_items %}