1.2.2 upd mover search card TRI-246 #12
@@ -18,24 +18,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="left-part-carrier-card">
|
<div class="left-part-carrier-card">
|
||||||
{% if route.owner_type == 'mover' %}
|
{% if route.owner_type == 'customer' or route.owner_type == 'mover' %}
|
||||||
<div class="first-line-card-carrier">
|
|
||||||
<div class="carrier-title">
|
|
||||||
{% translate "Перевозчик:" %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="type_transportation_carrier">
|
|
||||||
{% if route.type_transport == 'road' %}
|
|
||||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Car.svg" %}"/>
|
|
||||||
{% elif route.type_transport == 'avia'%}
|
|
||||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Airplane.svg" %}"/>
|
|
||||||
{% endif %}
|
|
||||||
{{ route.get_type_transport_display }}
|
|
||||||
</div>
|
|
||||||
<div class="clear_both"></div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% if route.owner_type == 'customer' %}
|
|
||||||
<div class="route_info_about">
|
<div class="route_info_about">
|
||||||
<span class="cargo_type_disp">
|
<span class="cargo_type_disp">
|
||||||
{% translate "Тип: " %}{{ route.get_cargo_type_display }}
|
{% translate "Тип: " %}{{ route.get_cargo_type_display }}
|
||||||
|
|||||||
Reference in New Issue
Block a user