{% extends "admin_base.html" %} {% block title %}{{ entry }} - Détail{% endblock %} {% block content %}
{% for key, value in entry %}
{{ key }}
{{ value }}
{% endfor %}
{% endblock %}