{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}{% endblock %}
{% block siteHeader %}
{% include 'organisms/department-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
<usc-page-header>
<h1 class="at-title">Directorio</h1>
<template v-slot:filters>
<div class="ml-filters-group">
<usc-dropdown-filter
label="Área"
target-container="#banners-container-1"
target-items=".ml-generic-summary"
>
<template v-slot:default="slotProps">
<li>
<button type="button" @click="slotProps.reset">Todas as áreas</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-1">Bioloxía celular</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-2">Ecoloxía</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-3">Fisioloxía vexetal</button>
</li>
</template>
</usc-dropdown-filter>
<usc-dropdown-filter
label="Tipo de persoal"
target-container="#banners-container-1"
target-items=".ml-generic-summary"
>
<template v-slot:default="slotProps">
<li>
<button type="button" @click="slotProps.reset">Todo o persoal</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-course-1">PDI</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-course-2">PAS</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-course-3">Outros</button>
</li>
</template>
</usc-dropdown-filter>
<usc-text-filter
label="Filtro de texto"
name="filter_1"
icon="at-icon-search"
target-container="#banners-container-1"
target-items=".ml-generic-summary"
></usc-text-filter>
</div>
</template>
</usc-page-header>
{% endblock %}
{% block pageContent %}
<section class="org-tier is-minimal">
<div class="tier-content">
<div class="org-modules-container" id="banners-container-1">
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Persoal administrativo',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Persoal administrativo',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Persoal administrativo',
link: path('department-staff-person'),
modifiers: 'is-type-3 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-4'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Fisioloxía vexetal',
link: path('department-staff-person'),
modifiers: 'is-type-3 is-course-4'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
text2: 'Profesora titular',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-1'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Persoal administrativo',
link: path('department-staff-person'),
modifiers: 'is-type-3 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Persoal administrativo',
link: path('department-staff-person'),
modifiers: 'is-type-3 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Persoal administrativo',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-2'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Fisioloxía vexetal',
link: path('department-staff-person'),
modifiers: 'is-type-3 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-4'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Bioloxía celular',
link: path('department-staff-person'),
modifiers: 'is-type-1 is-course-3'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Fisioloxía vexetal',
link: path('department-staff-person'),
modifiers: 'is-type-3 is-course-4'
} %}
{% include 'molecules/generic-summary/summary.html.twig' with {
icon: 'at-icon-access',
title: 'Nome Apelidos Apelidos',
text: 'Ecoloxía',
link: path('department-staff-person'),
modifiers: 'is-type-2 is-course-4'
} %}
</div>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}