Todays Installations({{today_installation}})

{% if today_installation_list %} {% endif %} {% for aleta in today_installation_list %} {% empty %} {% endfor %}
Product Technician Installation Details
{{ aleta.order_item.product.product_name }} {% if aleta.secondary_technician %} First : {{ aleta.technician.userinfo.first_name }} {{ aleta.technician.userinfo.last_name }}
Second : {{ aleta.secondary_technician.userinfo.first_name }} {{ aleta.secondary_technician.userinfo.last_name }} {% else %} {{ aleta.technician.userinfo.first_name }} {{ aleta.technician.userinfo.last_name }} {% endif %}
{{ aleta.installation_date|date:"d-m-Y" }}({{ aleta.installation_time }}) - {{ aleta.installation_end_date }}
No installations scheduled for today.