{% extends "base.html" %} {% load i18n %} {% load static %} {% block list_of_items %}

{% trans "Programme search" %}

{% include "_subnavbar_finder.html" %} {% include "_finder_platforms.html" %}
{% include "platforms_cards.html" %}
{% endblock list_of_items %} {% block scripts %} {% endblock scripts %}