{% extends "geonode-mapstore-client/resource_page_catalog.html" %} {% load i18n %} {% block content %}

{% trans "All Resources" %}

{% endblock content %} {% block ms_plugins %} msPluginsBlocks = [ { "name": "ResourcesGrid", "cfg": { "id": "catalog", "title": "All Resources", "targetSelector": "#resources-all" } }, { "name": "ResourcesFiltersForm" } ]; {% endblock ms_plugins %}