{% load assets i18n %} {% block cell-content %}
{{ field.label }} {% if field.type == "date" %} {{ value|date }} {% elif field.type == "bool" and value is not None %} {{ value|yesno }} {% else %} {{ value|default:"" }} {% endif %}
{% endwith %} {% endif %} {% endfor %} {% else %}{% trans 'Unknown Card' %}
{% endif %}