{% extends "base.html" %} {% block title %}Select Technician | NailTech Nation{% endblock %} {% block content %} Choose Your Technician Selected Service: {{ service.name }} - KES {{ service.price }} ✓ Service 2. Technician 3. Time 4. Confirm {% for technician in technicians %} {% if technician.image_url %} {% else %} {{ technician.name[:1] }} {% endif %} {{ technician.name }} {{ technician.role }} {% if technician.bio %} {{ technician.bio }} {% endif %} Select {{ technician.name }} {% endfor %} ← Back to Services {% endblock %}
Selected Service: {{ service.name }} - KES {{ service.price }}
{{ technician.role }}
{{ technician.bio }}