{% if slot %} {{ slot }} {% else %} {% for td in data %} {% if forloop.first %} {{ td }} {% else %} {{ td }} {% endif %} {% endfor %} {% endif %}