{% extends 'base_site.html' %} {% load i18n %} {% load static %} {% load humanize %} {% load crispy_forms_tags %} {% block content %}

{% trans "Search Results" %}

{% trans "Results found by organisation" %}

{% if partners|length > 0 %} {% for result in partners %} {% endfor %} {% else %}

{% trans 'No results found.' %}

{% endif %} {% if activities|length > 0 %}

{% trans "Results found by activities" %}

{% include page_template %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}