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

Operator

{% comment %} {% if messages %} {% endif %} {% endcomment %}
{% if data_operator %} {% for item in data_operator %} {% endfor %} {% else %} {% endif %}
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
No data available
{% endblock %}