{% extends 'base/base.html' %} {% block start %}

Operator

{% comment %} {% if messages %} {% endif %} {% endcomment %}
{% for item in data_operator %} {% endfor %}
id name CNIC No cell address skill tag Id Action
{{ forloop.counter }} {{ item.Name }} {{ item.cnic }} {{ item.cell }} {{ item.address }} {{ item.skill }} {{ item.tag_id }} edit delete
{% endblock %}