{% extends "admin/layout.html" %} {% block title %}{{ title|striptags }}{% endblock %} {% block contents %}
{{ _("The online documentation could not be found.") }}
{% trans %}Possibly you have to generate the docs first by running the build-documentation script from zine's scripts folder.{% endtrans %}
{% endblock %}