Amélioration visuel véhicule

This commit is contained in:
Ambulance Clerc
2022-11-10 14:59:29 +01:00
parent 2c3c630b9f
commit 76b4aaa00c
2 changed files with 28 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="child_box" style="height: 70%;">
<div style="width: 46%; padding: 2px;">
<div style="width: 46%; padding: 2px;height: var(--main-child-container-height);">
<b>Infos techniques</b>
{% for info in vhc.get_all_infos_tech %}
<div style="margin-top: 15px">
@@ -30,7 +30,7 @@
</div>
<div style="width: 46%;padding: 2px;">
<div style="width: 46%;padding: 2px;height: var(--main-child-container-height);">
<b>Matériels manquants</b>
{% for info in vhc.get_all_infos_mat %}
<div style="margin-top: 15px">
@@ -39,17 +39,17 @@
</div>
{% endfor %}
</div>
<div style="width: 350px; ">
<div style="width: 350px;height: var(--main-child-container-height); ">
<b>Péremptions</b>
<div class="child_box">
<div style="width: 170px;">
<div style="width: 170px;margin-top: 15px">
{% for info in vhc.get_all_infos_perempt_perma %}
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a><br>
{% endfor %}
</div>
<div style="width: 170px;">
<div style="width: 170px;margin-top: 15px">
{% for info in vhc.get_all_infos_perempt %}
<a href="/admin/vehicles/vehicles_infos/{{info.id}}" target="_blank">{{info.sDesc}}</a> <br>
{% endfor %}