{% if data : %}
{% for row in data or [] %} {% endfor %}
SNo Institution From(Date) Duration Teacher
{{loop.index}} {{row.institution or ''}} {{row.from_date.strftime('%d-%m-%Y') if row.from_date else ''}} {{row.duration or ''}} {{row.teacher or ''}}
{% endif %}