{% extends 'dashboard.html' %} {% block dashboard-body %}
{% for teacher in teachers %} {% endfor %}
Name Designation Contact
{{ teacher.name }} {{ teacher.designation }} {{ teacher.mobile|default_if_none:"" }}
{% endblock %}