{% extends "templates/base.html" %} {% block content %}
{% for entry in history %} {% endfor %}
{% i18n when-col-hdr %} {% i18n what-col-hdr %} {% i18n vers-col-hdr %} {% i18n change-col-hdr %}
S {{entry.time}} {{entry.message}} Show version What's changed since?
{% endblock %}