{% extends 'base.html' %} {% block title %}{{ c.label or c.week_code }}{% endblock %} {% block content %}
| Hostname | Domaine | Env | OS | Licence | {% if c.status == 'draft' %}SSH | Satellite | Rollback | Disque | Prereq | {% endif %}Statut | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.hostname }} | {{ s.domaine or '-' }} | {{ (s.environnement or '-')[:6] }} | {{ s.os_family or '-' }} | {{ s.licence_support }} | {% if c.status == 'draft' %}{% if s.prereq_ssh == 'ok' %}OK {% elif s.prereq_ssh == 'ko' %}KO {% else %}-{% endif %} | {% if s.prereq_satellite == 'ok' %}OK {% elif s.prereq_satellite == 'ko' %}KO {% elif s.prereq_satellite == 'na' %}N/A {% else %}-{% endif %} | {% if s.rollback_method %}{{ s.rollback_method }} {% else %}-{% endif %} | {% if s.prereq_disk_ok is true %}OK {% elif s.prereq_disk_ok is false %}KO {% else %}-{% endif %} | {% if s.prereq_validated %}OK {% elif s.prereq_date %}KO {% else %}-{% endif %} | {% endif %}
{{ s.status }}
{% if s.exclusion_reason %}
{% if s.exclusion_reason == 'eol' %}EOL
{% elif s.exclusion_reason == 'creneau_inadequat' %}Creneau/Prereq
{% elif s.exclusion_reason == 'intervention_non_secops' %}Non-SecOps
{% elif s.exclusion_reason == 'report_cycle' %}Reporte
{% elif s.exclusion_reason == 'non_patchable' %}Non patchable
{% else %}{{ s.exclusion_reason }}{% endif %}
{% if s.excluded_by %}({{ s.excluded_by }}){% endif %}
{% if s.exclusion_detail %}{{ s.exclusion_detail[:60] }} {% endif %}
{% endif %}
|
{% if s.status == 'excluded' %}
{% elif s.status == 'pending' and c.status == 'draft' %}
|