{% extends 'exam/adminbase.html' %} {% block content %} {%load static%}

Teachers Salary
{% for t in teachers %} {% endfor %}
Name Photo Contact Salary
{{t.get_name}} Profile Pic {{t.mobile}} ${{t.salary}}






{% endblock content %}