{% load humanize %}
| {{ h }} | {% endfor %}|||||||||
|---|---|---|---|---|---|---|---|---|---|
| مشاهده | {% elif cell.type == "custom_links" %}{% for link in cell.links %} {% if link.url %} {{ link.name }} {% else %} {# اگر لینک نداشت، میتونی مثلاً غیرفعال نشون بدی #} {{ link.name }} {% endif %} {% endfor %} | {% elif cell.type == "image" %}{{ cell.value|to_jalali:"%Y-%m-%d"|default:'' }} | {% elif cell.type == "datetime" %}{{ cell.value|to_jalali:"%Y-%m-%d %H:%M"|default:'' }} | {% elif cell.type == "time" %}{{ cell.value|time:"H:i:s"|default:'' }} | {% elif cell.type == "bool" %}{% if cell.value %}✔{% else %}✖{% endif %} | {% elif cell.type == "fk" %}{% if allow_link %}{{ cell.value }}{% else %} {{ cell.value }} {% endif %} |
{% elif cell.type == "int" %}
{{ cell.value|intcomma }} | {% else %}{{ cell.value|default:''|safe }} | {% endif %} {% endfor %}