{% extends "base.html" %} {% load i18n static thumbnail %} {% block title %}{{ organisation.name }} {% trans 'on Opin.me' %}{% endblock %} {% block content %}
{% if organisation.has_social_share %} {% endif %}

{{ organisation.name }}

{{organisation.place}}, {{organisation.country.name}}

{% for field in view.filter.form %} {% if field.name != 'ordering' %} {{ field }} {% endif %} {% endfor %}
{% if not organisation.project_set.all %} {% trans 'No projects found' %} {% else %}
{% for project in project_list %}
{% include "euth_projects/includes/project_tile.html" with project=project %}
{% endfor %}
{% endif %}
{% endblock %}