File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
backend/gn_module_zh/templates Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 88 < h5 class ="subtitle "> Corine Biotope</ h5 >
99 < table class ="custom-table ">
1010 < thead >
11- < tr >
12- < th > Code Corine Biotope</ th >
13- < th > Libellé Corine Biotope</ th >
14- < th > Humidité</ th >
15- </ tr >
11+ < tr >
12+ < th > Code Corine Biotope</ th >
13+ < th > Libellé Corine Biotope</ th >
14+ < th > Humidité</ th >
15+ </ tr >
1616 </ thead >
1717 < tbody >
18- {% for corine in data['description']['presentation']['corine_biotope'] %}
19- < tr >
20- < td > {{ corine['code'] }}</ td >
21- < td > {{ corine['label'] }}</ td >
22- < td > {{ corine['Humidité'] }}</ td >
23- </ tr >
24- {% endfor %}
18+ {% for corine in data['description']['presentation']['corine_biotope'] %}
19+ < tr >
20+ < td > {{ corine['code'] }}</ td >
21+ < td > {{ corine['label'] }}</ td >
22+ < td > {{ corine['Humidité'] }}</ td >
23+ </ tr >
24+ {% endfor %}
2525 </ tbody >
2626 </ table >
2727 {% if data['config']['pdf_sections_included']['milieux_presentation_remarques'] %}
@@ -30,11 +30,11 @@ <h5 class="subtitle">Corine Biotope</h5>
3030 </ section >
3131 </ div >
3232 {% if data['image_name'] is not none %}
33- < div class ="right ">
34- < section class ="content ">
35- < img class ="image " src ="{{ url_for('pr_zh.media_attachment', filename=data['image_name']) }} " />
36- </ section >
37- </ div >
33+ < div class ="right ">
34+ < section class ="content ">
35+ < img class ="image " src ="{{ url_for('pr_zh.media_attachment', filename=data['image_name']) }} " />
36+ </ section >
37+ </ div >
3838 {% endif %}
3939 <!--
4040 {% if data['image'] %}
You can’t perform that action at this time.
0 commit comments