{% for program in programs %}
{{ program.globalProgression | number_format(1) }}%
{% endfor %}
{{ program.name }}
{{ program.totalBudget | format_currency(program.currency) }} - {{ program.projects | length }} projets
{{ render(controller('App\\Controller\\SharedController::getBreadcrumb', {type: 'program', id: selectedProgram.id ?? 1})) }}
{% if selectedProgram %}
{{ include('program/_detail_content.html.twig', { program: selectedProgram }) }}
{% endif %}
{{ include('program/_detail_content_placeholder.html.twig') }}