refactor: remove price column from category list table

This commit is contained in:
2025-12-26 23:59:11 +03:00
parent 607afd6af5
commit 1eaee7de5e
2 changed files with 170 additions and 225 deletions

View File

@@ -26,7 +26,6 @@
<tr>
<th>Название</th>
<th>Артикул</th>
<th>Цена</th>
<th>Статус</th>
<th>Действия</th>
</tr>
@@ -80,15 +79,6 @@
{% endif %}
</td>
<!-- Колонка "Цена" -->
<td>
{% if item.price %}
{{ item.price|floatformat:0 }} руб.
{% else %}
<span class="text-muted"></span>
{% endif %}
</td>
<!-- Колонка "Статус" (только для категорий) -->
<td>
{% if item.item_type == 'category' %}