{% if rows %}{% for row in rows %} {% for cell in row %} {% if cell.column.has_link %}{{ cell }}{% else %}{{ cell }}{% endif %}{% endfor %} {% endfor %}{% else %}

Nothing to display.

{% endif %}