diff --git a/mesads/templates/webpack/pages/ads_register/ads_manager.html b/mesads/templates/webpack/pages/ads_register/ads_manager.html index 7baad91..274acd9 100644 --- a/mesads/templates/webpack/pages/ads_register/ads_manager.html +++ b/mesads/templates/webpack/pages/ads_register/ads_manager.html @@ -104,48 +104,50 @@
Filtrer les ADS
-
-
-
-
- - - - {% if ads_manager.content_type.name == 'EPCI' %} - - {% endif %} - - - - - - - - - {% for ads in ads_list %} - - {% if ads_manager.content_type.name == 'EPCI' %} - - {% endif %} - - - - - - - - {% empty %} - - - - {% endfor %} - -
🌆 Commune♯ Numéro📜 Date de création🗓 Date d'attribution
au titulaire actuel
🚑 Conventionné
CPAM ?
🤴 Titulaire🔎 Action
{{ ads.epci_commune.libelle|default:"" }}{{ ads.number }}{{ ads.ads_creation_date|default:"" }}{{ ads.attribution_date|default:"" }}{% if ads.accepted_cpam is None %}⁉️ Inconnu{% elif ads.accepted_cpam is True %}👍 Oui{% else %}❌ Non{% endif %}{{ ads.owner_name }} - Détails -
Aucun résultat
- {% show_pagination_links page_obj %} +
+
+
+
+
+ + + + {% if ads_manager.content_type.name == 'EPCI' %} + + {% endif %} + + + + + + + + + {% for ads in ads_list %} + + {% if ads_manager.content_type.name == 'EPCI' %} + + {% endif %} + + + + + + + + {% empty %} + + + + {% endfor %} + +
🌆 Commune♯ Numéro📜 Date de création🗓 Date d'attribution
au titulaire actuel
🚑 Conventionné
CPAM ?
🤴 Titulaire🔎 Action
{{ ads.epci_commune.libelle|default:"" }}{{ ads.number }}{{ ads.ads_creation_date|default:"" }}{{ ads.attribution_date|default:"" }}{% if ads.accepted_cpam is None %}⁉️ Inconnu{% elif ads.accepted_cpam is True %}👍 Oui{% else %}❌ Non{% endif %}{{ ads.owner_name }} + Détails +
Aucun résultat
+
+ {% show_pagination_links page_obj %}
diff --git a/mesads/templates/webpack/pages/vehicules_relais/proprietaire_list.html b/mesads/templates/webpack/pages/vehicules_relais/proprietaire_list.html index d9c0058..16090ac 100644 --- a/mesads/templates/webpack/pages/vehicules_relais/proprietaire_list.html +++ b/mesads/templates/webpack/pages/vehicules_relais/proprietaire_list.html @@ -62,11 +62,10 @@

Mon espace propriétaire

{% endfor %} - - {% show_pagination_links page_obj %}
+ {% show_pagination_links page_obj %}
{% endif %} {% endblock %} \ No newline at end of file