{% extends 'base.html' %} {% block title %}Settings{% endblock %} {% block content %}
| Nom | Endpoint | Datacenter | Description | Responsable | Actif | {% if editable.vsphere %}Action | {% endif %}
|---|---|---|---|---|---|---|
| {{ vc.name }} | {{ vc.endpoint }} | {{ vc.datacenter or '-' }} | {{ vc.description or '-' }} | {{ vc.responsable or '-' }} | {{ 'Oui' if vc.is_active else 'Non' }} | {% if editable.vsphere %}{% if vc.is_active %} {% endif %} | {% endif %}