{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}tpl-repository{% endblock %}
{% block siteHeader %}
{% include 'organisms/organization-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
breadcrumb: [
{ path: path('center-quality'), title: 'Calidade' }
],
title: 'Indicadores'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-minimal is-marginless-top">
<div class="tier-content">
<usc-content-filter
:options="[{key: null, name: 'Todos', selected: true}, {key: 'is-type-1', name: 'Graos', selected: false}, {key: 'is-type-2', name: 'Másteres', selected: false}, {key: 'is-type-3', name: 'Doutoramentos', selected: false} ]"
>
<template v-slot:filters>
<usc-text-filter
target-container="#banners-container-1"
target-items=".ml-banner"
></usc-text-filter>
</template>
<div class="org-modules-container has-banners" id="banners-container-1">
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de grao 1',
modifiers:'is-type-1'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de grao 2',
modifiers:'is-type-1'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de grao 3',
modifiers:'is-type-1'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de grao 4',
modifiers:'is-type-1'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de grao 5',
modifiers:'is-type-1'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de máster 1',
modifiers:'is-type-2'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de máster 2',
modifiers:'is-type-2'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de máster 3',
modifiers:'is-type-2'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de doutoramento 4',
modifiers:'is-type-3'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de doutoramento 1',
modifiers:'is-type-3'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de doutoramento 2',
modifiers:'is-type-3'
} %}
{% include 'molecules/banners/s.html.twig' with {
link: path('center-quality-indicators-course'),
title: 'Título de doutoramento 3',
modifiers:'is-type-3'
} %}
</div>
</usc-content-filter>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}