{# Macros pour composants réutilisables #} {# Macro pour section hero avec gradient #} {% macro hero_section(title, subtitle=None, meta_info=[], primary_action=None, icon=None, gradient_class="from-purple-600 to-blue-600") %}
{{ subtitle }}
{% endif %} {% if meta_info %}{{ subtitle }}
{% endif %}{{ moment().format('dddd D MMMM YYYY') if moment else 'Lundi 16 août 2025' }}
{{ description }}
{% endif %}{{ description }}
💡 Astuce : {{ secondary_action.text }}
| {{ header }} | {% endfor %} {% if actions_column %}Actions | {% endif %}
|---|---|
| {{ cell|safe }} | {% endfor %} {% if actions_column and row.actions %}
{% for action in row.actions %}
{{ action.text }}
{% endfor %}
|
{% endif %}
{{ message }}