We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a416a8b + 95ae757 commit fc775d3Copy full SHA for fc775d3
project/charts/artificialisation/ArtifMap.py
@@ -97,6 +97,8 @@ def is_interdepartemental(self):
97
98
@property
99
def title_end(self):
100
+ if self.is_interdepartemental:
101
+ return f"entre le {self.year_or_index_before} et le {self.year_or_index_after}"
102
return f"entre {self.year_or_index_before} et {self.year_or_index_after}"
103
104
0 commit comments