{% extends "layouts/dashboard.html" %} {% block title %}Search{% if query %} — {{ query }}{% endif %} · IILMP{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

IILMP · Search

Search the platform

Find programmes, funding calls, products, showcase events, mentors, and repository documents in one place.

{% if query %} {% if sections %}

{{ total }} result{{ total|pluralize }} for “{{ query }}”

{% for section in sections %}

{{ section.title }}

{{ section.items|length }}
{% if section.browse_url %} {{ section.browse_label }} → {% endif %}
{% endfor %}
{% else %} {% include "components/empty_state.html" with heading="No results" subtext="Nothing matched your search — try different keywords or check the module pages directly." %} {% endif %} {% else %}

Type at least two characters and press Search.

{% endif %} {% endblock %}