File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ fileignoreconfig:
1616- filename: templates/contrib/6-accueil.html
1717 checksum: d2cc6434173e01aac59b409246ef6011224d4048a847082dc3419028b991e804
1818- filename: locale/en/LC_MESSAGES/django.po
19- checksum: 4341d6775c3181bbc3a85cab1e94e1eba8373d9ee6e3d2892a6a6750a9c60aa9
19+ checksum: d4304401956ce11f21470efcb59053e170cadd11f7d200a441dda74fe94df57b
2020- filename: templates/contrib/0-start.html
2121 checksum: 48b03ff89169260f34f59c6ce3f07e219d13ebfb7c11ee3dbbf319ea70d4063f
2222- filename: templates/contrib/0a-search_results.html
Original file line number Diff line number Diff line change 66msgstr ""
77"Project-Id-Version : PACKAGE VERSION\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2025-12-17 11:14 +0100\n "
10- "PO-Revision-Date : 2025-12-11 16:16 +0100\n "
9+ "POT-Creation-Date : 2025-12-17 14:10 +0100\n "
10+ "PO-Revision-Date : 2025-12-17 14:04 +0100\n "
1111"Last-Translator : <patrick.nguyen@beta.gouv.fr>\n "
1212"Language-Team : LANGUAGE <LL@li.org>\n "
1313"Language : \n "
@@ -6076,6 +6076,9 @@ msgstr "as an administration"
60766076msgid "en tant qu'usager"
60776077msgstr "as a user"
60786078
6079+ msgid "Dernière confirmation le"
6080+ msgstr "Last confirmation at"
6081+
60796082msgid "Dernière modification le"
60806083msgstr "Last modification"
60816084
Original file line number Diff line number Diff line change 77msgstr ""
88"Project-Id-Version : PACKAGE VERSION\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2025-12-17 11:14 +0100\n "
10+ "POT-Creation-Date : 2025-12-17 14:04 +0100\n "
1111"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1212"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1313"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -5315,6 +5315,9 @@ msgstr ""
53155315msgid "en tant qu'usager"
53165316msgstr ""
53175317
5318+ msgid "Dernière confirmation le"
5319+ msgstr ""
5320+
53185321msgid "Dernière modification le"
53195322msgstr ""
53205323
Original file line number Diff line number Diff line change 1919 < span class ="fr-text--bold "> {{ timestamps.created_at|date:"j/m/Y" }}</ span >
2020 {% endspaceless %}
2121 </ p >
22+ {% if erp.checked_up_to_date_at %}
23+ < p class ="fr-mb-0 ">
24+ {% translate "Dernière confirmation le" %} < span class ="fr-text--bold "> {{ erp.checked_up_to_date_at|date:"j/m/Y" }}</ span >
25+ </ p >
26+ {% endif %}
2227 {% if timestamps.created_at != timestamps.updated_at %}
2328 < p class ="fr-mb-0 ">
2429 {% translate "Dernière modification le" %} < span class ="fr-text--bold "> {{ timestamps.updated_at|date:"j/m/Y" }}</ span >
You can’t perform that action at this time.
0 commit comments