{% load i18n markup %}
{% if docs %} {{ docs|markdown }} {% else %}

{% trans "No documentation found" %}

{% trans "We are sorry but we could not find any documentation for this page." %}

{% endif %} {% if ONLINE_DOCS_DEBUG %}

{% trans "Documentation filename for this view: " %} {{ document_name }}

{% endif %}