| {% if col.sortable and sort_url %} {{ col.label }}{% if sort_key==col.key %} {{ '▲' if sort_dir=='asc' else '▼' }}{% endif %} {% else %} {{ col.label }} {% endif %} | {% endfor %}|
|---|---|
|
{{ val|safe }}
{% if row.get(actions_key) %}
{{ row.get(actions_key)|safe }}
{% endif %}
|
{% else %}
{{ val|safe }} | {% endif %} {% endfor %}