{{ document.title }}

{% if kumascript_errors %} {% include 'wiki/includes/kumascript_errors.html' %} {% endif %}
{% if redirected_from %}

{{ _('(Redirected from {title})')|fe(href=redirected_from.get_absolute_url()|urlparams(redirect='no'), title=redirected_from.title) }}

{% endif %} {# {% if document.is_majorly_outdated() %}
{% trans url=document.parent.get_absolute_url(), title=document.parent.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 %}
{% endif %} #} {# There's no .has() method on review_tags; need to iterate for now #} {% if document.current_revision %} {% for tag in document.current_revision.review_tags.all() %} {% if 'technical' == tag.name %}
{% trans %}

This article is in need of a technical review.

{% endtrans %}
{% elif 'editorial' == tag.name %}
{% trans %}

This article is in need of an editorial review.

{% endtrans %}
{% endif %} {% endfor %} {% endif %}
{% if toc_html %}

Table of Contents

    {{ toc_html|safe }}
{% endif %} {% if not fallback_reason %} {% if document.is_template %}
{{ document_html }}
{% else %} {{ document_html|safe }} {% endif %} {% elif fallback_reason == 'no_translation' %}
{% trans help_link=url('wiki.document', 'localize-firefox-help'), locale=settings.LOCALES[request.locale].native %} Our volunteers haven't translated this article into {{ locale }} yet. Join us and help get the job done! {% endtrans %}
{{ document_html|safe }} {% elif fallback_reason == 'translation_not_approved' %}
{# L10n: This is shown for existing, never-approved translations #} {% trans %} Our volunteers are working on translating this article. Until it's ready, maybe the English version can be of some help. {% endtrans %}
{{ document.parent.html|safe }} {% else %} {{ _("This article doesn't have approved content yet.") }} {% endif %}
{% set tags = document.tags.all() %} {% if tags | length %}

{{ _('Tags') }}

{% endif %}
{% trans contributors=user_list(contributors) %} Contributors to this page: {{ contributors }} {% endtrans %}