{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load leaflet_tags %} {% load thumbnail %} {% load eucs_platform_tags %} {% block head %} {{ block.super }} {% leaflet_js %} {% leaflet_css %} {% endblock head %} {% block title %}Organisation :: {{ organisation.name }}{% endblock %} {% block list_of_items %} {% include '_delete_modal.html' %}'
{{ organisation.description | safe}}
{% if associatedProjects.all %}