{% extends "admin_base" %} {% block title %}{{ resource.title | default(value="Éléments") }}{% endblock %} {% block breadcrumb %} Administration {{ resource.title | default(value="Éléments") }} {% endblock %} {% block content %}
{{ total | default(value=0) }} entrée(s)
| id | {% for key, value in entries | first %} {% if key != "id" and key != "password" and key != "password_hash" %}{{ key }} | {% endif %} {% endfor %}Actions |
|---|---|---|
| #{{ entry.id }} | {% for key, value in entry %} {% if key != "id" and key != "password" and key != "password_hash" %}{% if value == true %} Oui {% elif value == false %} Non {% elif value %} {{ value }} {% else %} — {% endif %} | {% endif %} {% endfor %}