{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load i18n %} {% load l10n %} {% load reviews %} {% block title %}{{ block.super }} :: {% trans "Resources" %}{% endblock %} {% block list_of_items %} {% include "modal_resources.html" %}
{% if isTrainingResource %}

{% trans "training resource search" %}

{% else %}

{% trans "resource search" %}

{% endif %} {% include "_subnavbar_finder.html" %} {% include "_finder_resources.html" %}
{% include "resources_cards.html" %}
{% endblock list_of_items %} {% block scripts %} {% endblock scripts %}