{% if rows %}
{{ item['title'] }} | {% endfor %}|||
---|---|---|---|
{{ cell_value['auto']['firstName'] + ' ' + cell_value['auto']['lastName'] | safe }} | {% elif item['type'] == 'link' %}{{cell_value['auto'] | safe}} | {% elif item['type'] == 'datetime'%}{{ cell_value['user'] | safe }} | {% else %}{{ cell_value['auto'] | safe }} | {% endif %} {% endif %} {% endfor %}