{% load horillafilters %}
| SN | {% for header in headers %} {% if forloop.counter != 1 %}{{ header }} | {% endif %} {% endfor %}
|---|---|
| {{ forloop.counter }} | {% for header in headers %} {% if forloop.counter != 1 %}
{% with cell=row|get_item:header %}
{% if cell|length > 0 and not cell|stringformat:"s" == cell %}
|
{% endif %}
{% endfor %}