diff --git a/froide_govplan/templates/adminsortable2/change_list.html b/froide_govplan/templates/adminsortable2/change_list.html
new file mode 100644
index 0000000..727bba3
--- /dev/null
+++ b/froide_govplan/templates/adminsortable2/change_list.html
@@ -0,0 +1,12 @@
+{% extends "admin/change_list.html" %}
+{% load i18n %}
+{% block result_list %}
+
+ - {% trans "Distinct users:" %} {{ cl.user_count }}
+ - {% trans "Distinct public bodies:" %} {{ cl.publicbody_count }}
+ - {% trans "Distinct jurisdictions:" %} {{ cl.jurisdiction_count }}
+ - {% trans "Distinct campaigns:" %} {{ cl.campaign_count }}
+
+ {{ block.super }}
+{% endblock result_list %}
+
diff --git a/froide_govplan/templates/cms/mypage.html b/froide_govplan/templates/cms/mypage.html
index f707432..ed54fbe 100644
--- a/froide_govplan/templates/cms/mypage.html
+++ b/froide_govplan/templates/cms/mypage.html
@@ -187,6 +187,7 @@
.carousel-inner .card {
margin-right: 1rem;
+ height: 360px;
}
.carousel-inner .col-md-4 {
@@ -224,6 +225,9 @@
header {
justify-content: center;
}
+ header img {
+ height: 40px !important;
+ }
}
diff --git a/froide_govplan/templates/froide_govplan/plugins/sections.html b/froide_govplan/templates/froide_govplan/plugins/sections.html
index 609fde3..1548698 100644
--- a/froide_govplan/templates/froide_govplan/plugins/sections.html
+++ b/froide_govplan/templates/froide_govplan/plugins/sections.html
@@ -4,13 +4,40 @@
+
@@ -18,12 +45,12 @@
{% for section in sections %}