{% extends "admin_doc/base_docs.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans 'Please install docutils' %}{% endblock %} {% block content_title %}{% trans 'Documentation' %}{% endblock %} {% block docs_content %}{% blocktrans with "http://docutils.sf.net/" as link %}Please ask your administrators to install docutils.{% endblocktrans %}
{% endblock %}