{% extends 'base.html' %} {% block body %} {{ 'Go back'|trans }} {% for revision in revisionsArr %}
{% if not Entity.entityData.locked %}{{ 'Restore'|trans }}{% endif %}
{{ revision.body|raw }}
{% endfor %} {% endblock body %}