{% load utils_tags %}

Technician List

Click on column headings to sort
Showing results for:
{% for technician in page_obj %} {% empty %} {% endfor %}
# Picture Name Specialty Phone Services Status Actions
{{ technician.id }} {% if technician.profile_picture %} img {% else %} {% with colors="#fa6f08,#2ecc71,#3498db,#9b59b6,#9fa9b6,#901a06,#1159a3,#a154f1" %} {% with color_list=colors|split:"," %} {% endwith %} {% endwith %} {% endif %} {{ technician.first_name }} {{ technician.last_name }} {{ technician.specialty }} {{ technician.country_code}}{{technician.phone_number }}
{% for service in technician.services.all %} {{ service.name }} {% empty %} No Service {% endfor %} {# #}

No services found!

{% if page_obj.has_other_pages %}
{% endif %}