{% extends 'base.html' %} {% block title %}Tableau de bord Admin{% endblock %} {% block content %}
| ID | Type | Board | Contenu/Fichier | IP | Date | Action |
|---|---|---|---|---|---|---|
| {{ post.id }} | {% if post.thread_id %} Réponse {% else %} Fil {% endif %} | /{{ post.board.slug }}/ |
{{ post.content|default('', true) }}
{% if post.filename %}
[Fichier : {{ post.original_filename }}] {% endif %} |
{{ post.ip_address }} | {{ post.created_at.strftime('%Y-%m-%d %H:%M') }} |
|