{% extends "base.html" %} {% block title %}Version history{% endblock %} {% block headerEnd %} {% endblock %} {% block content %}

Version history


{% for template in all_templates | sort(attribute='id', reverse=True) %} {% endfor %}
History IDFIDLocaleTime
{{ template.id }} {{ template.fid }} {{ template.locale }} {{ template.timestamp | timestamp_to_iso }}
{% endblock %}