{% 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 %}