{% extends 'admin/base.html' %} {% block content %}
{{ contact.message }}
{{ contact.name }}
{{ contact.email }}
{% if contact.phone %} {{ contact.phone }} {% else %} Non fourni {% endif %}
{{ contact.created_at.strftime('%d/%m/%Y à %H:%M') }}