0.4.22 services order

This commit is contained in:
SDE
2023-12-20 20:47:09 +05:00
parent 0484b73673
commit b3fbe77401
3 changed files with 83 additions and 2 deletions

View File

@@ -15,9 +15,9 @@
{{ service.name }}
</div>
<div class="clear_both"></div>
{% if service.rel_children_for_service.all %}
{% if service.get_subservices %}
<div class="childs_service_container">
{% for sub_serv in service.rel_children_for_service.all %}
{% for sub_serv in service.get_subservices %}
<div class="services_block_child">
{% if sub_serv.picture %}
<div class="left_part_service">