Amélioration visuel véhicule
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
{% for info in vhc.get_all_infos_tech %}
|
{% for info in vhc.get_all_infos_tech %}
|
||||||
<div style="margin-top: 15px">
|
<div style="margin-top: 15px">
|
||||||
{{info.sDesc}}
|
{{info.sDesc}}
|
||||||
<br><span style="font-style: italic;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
@@ -35,15 +35,15 @@
|
|||||||
{% for info in vhc.get_all_infos_mat %}
|
{% for info in vhc.get_all_infos_mat %}
|
||||||
<div style="margin-top: 15px">
|
<div style="margin-top: 15px">
|
||||||
{{info.sDesc}}
|
{{info.sDesc}}
|
||||||
<br><span style="font-style: italic;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
<br><span style="font-style: italic;text-transform:uppercase;">{{info.get_Start_formated}} {{info.get_Author_formated}}</span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 350px; ">
|
<div style="width: 350px; ">
|
||||||
<b>Péremptions</b>
|
<b>Péremptions</b>
|
||||||
<div style="display: flex; border: 1px solid white; width: 125px">
|
<div style="display: flex; width: 100%">
|
||||||
{% for info in vhc.get_all_infos_perempt %}
|
{% for info in vhc.get_all_infos_perempt %}
|
||||||
<div>
|
<div style="border: 1px solid white;">
|
||||||
{{info.sDesc}}
|
{{info.sDesc}}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user