123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {% if rows[0]['#rows'][0]['#row'].node__field_publications_participants_field_publications_par %}
- {{ title_prefix }}
- {{ title }}
- {{ title_suffix }}
- {% if header %}
- <section class="wrap_head">
- {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
- </section>
- {% endif %}
- {{ exposed }}
- {{ attachment_before }}
- {% if rows -%}
- <section class="row">
- {{ rows }}
- </section>
- {% elseif empty -%}
- {{ empty }}
- {% endif %}
- {{ pager }}
- {{ attachment_after }}
- {% if footer %}
- <footer>
- {{ footer }}
- </footer>
- {% endif %}
- {{ feed_icons }}
- {% endif %}
|