{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}is-clm{% endblock %}
{% block siteHeader %}
{% include 'organisms/clm-organization-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
title: 'Persoal docente'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Idioma</h2>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Coordinador/a',
link: path('CLM_staff_person')
} %}
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Profesor/a',
link: path('CLM_staff_person')
} %}
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Profesor/a',
link: path('CLM_staff_person')
} %}
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Profesor/a',
link: path('CLM_staff_person')
} %}
</div>
</div>
</section>
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Idioma</h2>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Coordinador/a',
link: path('CLM_staff_person')
} %}
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Profesor/a',
link: path('CLM_staff_person')
} %}
</div>
</div>
</section>
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Idioma</h2>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Coordinador/a',
link: path('CLM_staff_person')
} %}
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Profesor/a',
link: path('CLM_staff_person')
} %}
{% include 'molecules/members/government.html.twig' with {
hasImage: false,
cargo: 'Profesor/a',
link: path('CLM_staff_person')
} %}
</div>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}