-
+ |
{% trans 'Biotope type' %}
|
+
+ {% trans 'Biotope additional type' %}
+ |
{% trans 'Surface' %}
|
@@ -48,8 +51,15 @@
{{ state.biotope_type }}
|
+
+ {% for biotope_extra in state.biotope_extra_types.all %}
+
+ {{ biotope_extra.long_name }}
+
+ {% endfor %}
+ |
{{ state.surface|floatformat:2 }} m² |
-
+ |
{% if is_default_member and has_access %}
|