{% extends "_collapsible_box.html" %} {% load i18n %} {% load static %} {% block collapsible_box_icon %} {% if diff.errors %} alert-triangle {% else %} check-circle {% endif %} {% endblock %} {% block collapsible_box_title %} {% trans 'File' %}: {{ diff.file }} {% endblock %} {% block collapsible_box_content %}
{% include "messages.html" with messages=diff.errors %}
{{ diff.existing.page.best_translation.title }} (ID: {{ diff.existing.page.id }})
{{ diff.existing.language }}
{% if diff.existing.id %}
{{ diff.existing.last_updated }} {% trans 'by' %} {{ diff.existing.creator.full_user_name }}
{% trans 'Show previous versions' %} ({{ diff.existing.version }})
{% endif %}
{% endblock %}