|
|
|
@ -1,8 +1,6 @@
|
|
|
|
|
|
|
|
|
|
{% include 'inclure/ariane_et_titre_standard.twig' %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<table class="table statistiques"> |
|
|
|
|
<caption>Éléments de programmation</caption> |
|
|
|
|
<thead> |
|
|
|
@ -10,7 +8,7 @@
|
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
{% set liste = [ |
|
|
|
|
{ 'titre': 'Répertoires', 'total': project.indexes.directories.0|length }, |
|
|
|
|
{ 'titre': 'Répertoires', 'total': project.indexes.directories.0.flat|length }, |
|
|
|
|
{ 'titre': 'Fichiers', 'total': project.files|length }, |
|
|
|
|
{ 'titre': 'Fonctions', 'total': project.indexes.functions|length }, |
|
|
|
|
{ 'titre': 'Constantes', 'total': project.indexes.constants|length }, |
|
|
|
|