{% 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." %}

{% if DEBUG %}

{% trans "Expected filename: " %} {{ document_name }}

{% endif %} {% endif %}