{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ block.super }} :: {% trans "Organisations" %}{% endblock %} {% block list_of_items %}

{% trans "organisation search" %}

{% include "_subnavbar.html" %} {% include "_finder_organisation.html" %}
{% if organisations %} {% include "organisations_cards.html" %} {% endif %}
{% endblock list_of_items %} {% block scripts %} {% endblock scripts %}