{% set importTablesd = { 'importStudentAndGuardian' : 'Student & Guardian', 'importTeacher' : 'Teacher', 'importAdmins' : 'Admin', 'importSubjects' : 'Subjects', 'importClasses' : 'Class', 'importSession' : 'Session', } %}
{{ 'Do import line wise' | trans }}

{% for key, tableName in importTablesd %}
{{ 'Import data from ' | trans }} {{ tableName }}
{% endfor %}