36 lines
584 B
Twig
36 lines
584 B
Twig
{# presentation #}
|
|
{# last_fil #}
|
|
{# last_production #}
|
|
|
|
{% if nodes_statics %}
|
|
{% for node in nodes_statics %}
|
|
{{ node.build }}
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
{% if nodes_prods %}
|
|
{% for node in nodes_prods %}
|
|
{{ node.build }}
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
{% if lastdocs %}
|
|
{{ lastdocs }}
|
|
{% endif %}
|
|
|
|
{% if agenda %}
|
|
{{ agenda }}
|
|
{% endif %}
|
|
|
|
{% if collection_link_rendered %}
|
|
{{ collection_link_rendered }}
|
|
{% endif %}
|
|
|
|
{% if production_link_rendered %}
|
|
{{ production_link_rendered }}
|
|
{% endif %}
|
|
|
|
{% if agenda_link_rendered %}
|
|
{{ agenda_link_rendered }}
|
|
{% endif %}
|