{% extends "admin/base.html" %} {% block page_title %}Тех карта: {{ product.name }}{% endblock %} {% block content %} ← До тех карт
{% if product.image_url %} {% else %}
{% endif %}

📋 {{ product.name }}

{{ product.category.name }}{% if product.weight %} · {{ product.weight }}{% endif %} · {{ product.price }} грн
{% if card and card.photo_url %} {% endif %} {% if card and card.updated_at %}

Востаннє оновлено: {{ card.updated_at.strftime('%d.%m.%Y %H:%M') }}

{% endif %}
Скасувати
{% if card %}
{% endif %}
{% endblock %}