{{ _('History of {title}')|fe(title=document.title) }}
- {{ _('Category:') }}
- {{ document.get_category_display() }}
- {{ _('Revision history for:') }}
-
{% if document.parent %}
{{ document.parent.language }},
{% endif %}
{{ document.language }}
{% include 'wiki/includes/revision_list.html' %}
{% include 'wiki/includes/ready_for_l10n_modal.html' %}
{% for u in document.contributors.all() %}
-
{{ display_name(u) }}
{% if document.allows(user, 'edit') %}
{% endif %}
{% endfor %}
{% if document.allows(user, 'edit') %}
{% endif %}
{% if document.allows(user, 'delete') %}