{% extends "admin_base" %} {% block title %}Détail — {{ resource.title | default(value=resource_key) }} #{{ entry.id }}{% endblock %} {% block breadcrumb %} {{ resource.title | default(value=resource_key) }} Détail #{{ entry.id }} {% endblock %} {% block content %}
| id | #{{ entry.id }} |
| {{ key }} | {% if key == "password" or key == "password_hash" %} •••••••• {% elif value == true %} Oui {% elif value == false %} Non {% elif value %} {{ value }} {% else %} — {% endif %} |