{% extends "base.html" %} {% load i18n static contrib_tags %} {% block title %}{% trans 'Organisations on Opin.me' %}{% endblock %} {% block content %}

{% trans 'Take part in a project' %}

{% for field in view.filter.form %} {% if field.name != 'ordering' %}
{{ field }}
{% else %}
{{ field }}
{% endif %}
{{ field }}
{% endfor %}
{% for object in object_list %} {% include "euth_organisations/includes/organisation_tile.html" with organisation=object %} {% endfor %}
{% if is_paginated %}
{% endif %}
{% endblock %} {% block footer %} {% include "includes/footer.html" %} {% endblock %}