{% extends "layout.html" %} {% block content %}

{{ _('Revision history') }}

{{ json_object.name }}

{{ _('Object created by') }} {{ json_object.creator.login }}
{{ json_object.versions.all() | length }} revision{% if json_object.versions.all() | length > 1 %}s{% endif %}


{% endblock %}