templates/templates/pages/center/CLM/CLM-staff.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/organization.html.twig" %}
  2. {% block bodyClass %}is-clm{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/clm-organization-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     {% include 'molecules/page-header.html.twig' with {
  8.         title: 'Persoal docente'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12.     <section class="org-tier is-marginless-top">
  13.         <div class="tier-header">
  14.           <h2 class="tier-title">Idioma</h2>
  15.         </div>
  16.           <div class="tier-content">
  17.             <div class="org-modules-container has-banners">
  18.                 {% include 'molecules/members/government.html.twig' with {
  19.                     hasImage: false,
  20.                     cargo: 'Coordinador/a',
  21.                     link: path('CLM_staff_person') 
  22.                 } %}
  23.                 {% include 'molecules/members/government.html.twig' with {
  24.                     hasImage: false,
  25.                     cargo: 'Profesor/a',
  26.                     link: path('CLM_staff_person') 
  27.                   } %}
  28.                   {% include 'molecules/members/government.html.twig' with {
  29.                     hasImage: false,
  30.                     cargo: 'Profesor/a',
  31.                     link: path('CLM_staff_person') 
  32.                   } %}
  33.                 {% include 'molecules/members/government.html.twig' with {
  34.                     hasImage: false,
  35.                     cargo: 'Profesor/a',
  36.                     link: path('CLM_staff_person') 
  37.                 } %}
  38.             </div> 
  39.         </div>
  40.     </section>
  41.     <section class="org-tier is-marginless-top">
  42.         <div class="tier-header">
  43.           <h2 class="tier-title">Idioma</h2>
  44.         </div>
  45.           <div class="tier-content">
  46.             <div class="org-modules-container has-banners">
  47.                 {% include 'molecules/members/government.html.twig' with {
  48.                     hasImage: false,
  49.                     cargo: 'Coordinador/a',
  50.                     link: path('CLM_staff_person') 
  51.                 } %}
  52.                 {% include 'molecules/members/government.html.twig' with {
  53.                     hasImage: false,
  54.                     cargo: 'Profesor/a',
  55.                     link: path('CLM_staff_person') 
  56.                   } %}
  57.             </div> 
  58.         </div>
  59.     </section>
  60.     <section class="org-tier is-marginless-top">
  61.         <div class="tier-header">
  62.           <h2 class="tier-title">Idioma</h2>
  63.         </div>
  64.           <div class="tier-content">
  65.             <div class="org-modules-container has-banners">
  66.                 {% include 'molecules/members/government.html.twig' with {
  67.                     hasImage: false,
  68.                     cargo: 'Coordinador/a',
  69.                     link: path('CLM_staff_person') 
  70.                 } %}
  71.                 {% include 'molecules/members/government.html.twig' with {
  72.                     hasImage: false,
  73.                     cargo: 'Profesor/a',
  74.                     link: path('CLM_staff_person') 
  75.                   } %}
  76.                   {% include 'molecules/members/government.html.twig' with {
  77.                     hasImage: false,
  78.                     cargo: 'Profesor/a',
  79.                     link: path('CLM_staff_person') 
  80.                   } %}
  81.             </div> 
  82.         </div>
  83.     </section>
  84.    
  85. {% endblock %}
  86. {% block siteFooter %}
  87.     {% include 'organisms/site-footer.html.twig' %}
  88. {% endblock %}