{{ document_html }}
{% else %}
{{ document_html_safe }}
{% endif %}
{% elif fallback_reason == 'no_translation' %}
{{ document_html_safe }}
{% elif fallback_reason == 'translation_not_approved' %}
{{ document.parent.html|safe }}
{% else %}
{{ _("This article doesn't have approved content yet.") }}
{% endif %}
{% trans contributors=user_list(contributors) %}
Contributors to this page: {{ contributors }}
{% endtrans %}
{% if current_revision.creator %}
{{ _('Last updated by:') }}
{{ current_revision.creator }},
{{ datetimeformat(current_revision.created, format='datetime') }}
{% endif %}