0.0.25 my routes

This commit is contained in:
SBD
2025-01-14 18:39:12 +03:00
parent a40ae5d37d
commit a5b106edfe
4 changed files with 14 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{% load static %}
{% load i18n %}
{% load routes_tags %}
<div class="cw_w_radio_inputs_radio_input" data-name="{{ item.0 }}">
<div class="radio{% if item.0 == initial %} checked{% endif %}" onclick="chooseRadioInput(this, {{ callback }})"></div>
<div class="radio_label" onclick="chooseRadioInput(this, {{ callback }})">{{ item.1 }}</div>
<div class="radio_label" onclick="chooseRadioInput(this, {{ callback }})">{{ item.1|get_splited_cargo_type|safe }}</div>
</div>