{% extends 'Base.html' %}
{% load static %}
{% block head %}
{% endblock %}
{% block title %}
Shiraz Center
{% endblock %}
{% block body %}
Technician Settings
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% include './helper_service/technician_table.html' %}
{% include './helper_service/technician_modal_add.html' %}
{% include './helper_service/technician_modal_edit.html' %}
{% include './helper_service/technician_modal_delete.html' %}
{% include './helper_service/toast_result_action.html' %}
{% include './helper_service/toast_message.html' %}