{% extends 'base.html.twig' %} {% set pageTitle = "references"|trans|title %} {% set titleExtension = "all_references"|trans|title %} {% block stylesheets %} {% endblock %} {% set tags = getReferenceCountries() %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: "references_intro_title"|trans|title, skip: ".references", img: false, }} %}
{% include 'components/_reference-search.html.twig' %}

{{ "all_references"|trans|title }}

{% include 'components/_references-content.html.twig' %}
{% endblock %} {% block javascripts %} {% endblock %}