{% trans %} This article is in need of a technical review. {% endtrans %}
{% trans %} This article is in need of an editorial review. {% endtrans %}
{% trans %} This article is in progress of being translated. {% endtrans %}
{{ document_html }}
{% trans search_link=template_search_link, title=document.title %}
Search for
pages that use {{ title }}
to see example use cases and how many pages use this macro.
{% endtrans %}
{% 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 %}