{% extends "base.html" %} {% block content %}
Liste des éléments
Nom
Whitelist
Time
Actions
{% for item in items %}
{{ item.name }}
{% if item.noshutdown == 1 %} OUI {% else %} NON {% endif %}
{% if item.noshutdown == 0 %} {{ item.time }} {% endif %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% endblock %}