{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block modals%} {% endblock %} {% block script %} {% endblock %} {% block main %} {% regroup item by PIC_Site.CLIN_Anag as item_by_site %} {% for site in item_by_site %}

{{ site.grouper }}

{% regroup site.list by PIC_Service as item_by_service %} {% for service in item_by_service %} {% for item in service.list %} {% endfor %} {% endfor %}
{{ service.grouper }}{{ service.list|length }}
  {% if item.PIC_L_Chassi_Type == "PC"%} {% elif item.PIC_L_Chassi_Type == "CL" %} {% elif item.PIC_L_Chassi_Type == "PORTABLE" %} {% elif item.PIC_L_Chassi_Type == "PANEL-PC" %} {% elif item.PIC_L_Chassi_Type == "IMP" %} {% endif %} {{item.get_PIC_L_Chassi_Type_display}} {% if item.PIC_Deg == 1%}/ DEG{% endif %} {{ item.PIC_Nom_netbios }} {{ item.PIC_Utilisateur }} {% if item.PIC_OS != none %}{{ item.PIC_OS }}{% else %} {% endif %}
{% endfor %} {% endblock %} {% block right_panel %}
Retour
{% endblock %}