{% extends "layouts/master.html.twig" %}
{% block bodyClass %}tpl-level-4{% endblock %}
{% block siteHeader %}
{% include 'organisms/site-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Honoris Causa'
} %}
{% endblock %}
{% block pageContent %}
<div class="level-4-wrapper">
<article class="level-4-content">
<div class="at-lead-text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra eros quis ex malesuada pellentesque.</p>
</div>
</article>
<section class="org-tier is-minimal">
<div class="tier-content">
<usc-content-filter
:options="[
{key: null, name: 'Todos', selected: true},
{key: 'is-type-1', name: '2010-2019', selected: false},
{key: 'is-type-2', name: '2000-2009', selected: false},
{key: 'is-type-3', name: '1990-1999', selected: false},
{key: 'is-type-4', name: '1980-1900', selected: false},
{key: 'is-type-5', name: '1970-1979', selected: false},
{key: 'is-type-6', name: '1960-1969', selected: false},
{key: 'is-type-7', name: '1950-1959', selected: false},
{key: 'is-type-8', name: '1940-1949', selected: false} ]">
<template v-slot:filters>
<usc-text-filter
target-container="#honoris"
target-items=".ml-banner"
></usc-text-filter>
</template>
<div class="org-modules-container has-banners" id="honoris">
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Bernard L. Feringa', text:'2020' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Nicholas A. Peppas', text:'2019' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Mikhail Alexandrovich Braun', text:'2014' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-1', link: path('honoris-profile'), title: 'Tomás Salvador Vives Antón', text:'2012' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-2', link: path('honoris-profile'), title: 'Carlos Ulises Moulines', text:'2005' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-2', link: path('honoris-profile'), title: 'Crispian Scully', text:'2004' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-2', link: path('honoris-profile'), title: 'Giorgio Franceschetti', text:'2000' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-3', link: path('honoris-profile'), title: 'Jean-Michel Uhaldeborde', text:'1999' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-3', link: path('honoris-profile'), title: 'Enric Trillas', text:'1995' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-3', link: path('honoris-profile'), title: 'Amable Liñán Martínez', text:'1990' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-4', link: path('honoris-profile'), title: 'Juan Manuel Escudero Muñoz', text:'1985' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-4', link: path('honoris-profile'), title: 'Luis Díez-Picazo y Ponce de León', text:'1983' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Antonio Bonet Correa', text:'1979' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Gatze Lettinga', text:'1973' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'James W. Cronin', text:'1978' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Alan A. Watson', text:'1973' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-5', link: path('honoris-profile'), title: 'Cesare Segre', text:'1970' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-6', link: path('honoris-profile'), title: 'Jaime Gil Aluja', text:'1968' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-6', link: path('honoris-profile'), title: 'Ramachandran P. K. Nair', text:'1968' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-7', link: path('honoris-profile'), title: 'Winfried Stute', text:'1950' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-8', link: path('honoris-profile'), title: 'Juan S. López-Arranz', text:'1947' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-8', link: path('honoris-profile'), title: 'John Corcoran', text:'1945' } %}
{% include 'molecules/banners/m.html.twig' with { hasImage: true, modifiers: 'is-type-8', link: path('honoris-profile'), title: 'James Patrick Griffin', text:'1940' } %}
</div>
</usc-content-filter>
</div>
</section>
</div>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}