edlp-home.html.twig 288 B

123456789101112131415161718192021
  1. {# presentation #}
  2. {# last_fil #}
  3. {# last_production #}
  4. {% if nodes %}
  5. {% for node in nodes %}
  6. {{ node.build }}
  7. {% endfor %}
  8. {% endif %}
  9. {% if lastdocs %}
  10. {{ lastdocs }}
  11. {% endif %}
  12. {% if agenda %}
  13. {{ agenda }}
  14. {% endif %}
  15. {% if collection %}
  16. {{ collection }}
  17. {% endif %}