{{ 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 %}
{{ document.title }}
{% if waffle.flag('offline_notice') %}{{ _('Did you know that you can read content offline by using one of these tools? If you would like to read offline MDN content in another format, let us know by commenting on Bug 665750.') }}
{{ _('Redirected from {title}')|fe(href=redirected_from.get_absolute_url()|urlparams(redirect='no'), title=redirected_from.title) }}
This article may be out of date.
An important change has been made to the English article on which this is based. Until this page is updated, you might find this helpful: {{ title }}
{% endtrans %}This article is in need of a technical review.
{% endtrans %}This article is in need of an editorial review.
{% endtrans %}