{% extends "plainui/base.html" %} {% import "plainui/components/markdown.html" as markdownMacro %} {% import "plainui/components/nav.html" as navMacro with context %} {% block title %}{{conf.name}} - {{ _("Page Modifications") }}{% endblock %} {% block content %} {{ navMacro.top_nav(_("Page Modifications")) }}
{% set ns = namespace(prev=0) %} {% for history_entry in history %} {% set timestamp = history_entry.timestamp %} {% set dmy = timestamp.strftime('%Y-%m-%d') %} {% if dmy != ns.prev %}

{{ dmy }}

{% endblock %}