{% extends "main.html" %} {% block title %}Journaux applicatifs{% endblock %} {% block content %}

Journaux applicatifs

{% if app_name == "perso" %} Réglage {% endif %}
Nombre de log par page :
{% if not app_name or app_name == "perso" %}{% endif %} {% for entry in page_obj.object_list %} {% if not app_name or app_name == "perso" %} {% endif %} {% empty %} {% endfor %}
ApplicationDate Utilisateur Opération
{{ entry.application }}{{ entry.date|date:"SHORT_DATETIME_FORMAT" }} {{ entry.user.username }} {{ entry.operation }}
Aucune entrée de log.
{% endblock %}