diff --git a/templates/web/common/index_bootstrap.html.twig b/templates/web/common/index_bootstrap.html.twig index 5a70b3351d..0b933db901 100644 --- a/templates/web/common/index_bootstrap.html.twig +++ b/templates/web/common/index_bootstrap.html.twig @@ -20,6 +20,10 @@ + + {% block rss %}{% endblock %} {% block javascript %}{% endblock %} diff --git a/templates/web/prod/preview/popularity.html.twig b/templates/web/prod/preview/popularity.html.twig index be0569d4d2..ae11f332b5 100644 --- a/templates/web/prod/preview/popularity.html.twig +++ b/templates/web/prod/preview/popularity.html.twig @@ -1,19 +1,203 @@ - - {% if record.get_view_popularity() %} -
+
{{ 'preview::statistiques de visualisation pour le lien' | trans }} -
- - {% endif %} - - {% if record.get_refferer_popularity() %} -
- - {% endif %} - - {% if record.get_download_popularity() %} -
+
+
+
{{ 'preview::statistiques de telechargement' | trans }} -
- - {% endif %} +
+
+
+
+
+ + \ No newline at end of file