{% extends 'base.html' %} {% block title %} Team Leaves {% endblock %} {% block heading %} TEAM LEAVES {% endblock %} {% block content %}
{% for team in obj_my_teams %}
  • {{team.name}}
  • {{ team.designation }}
  • {{ team.employee_status }}
{% endfor %}
{% endblock %}