{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% block body_wrapper %}
{% trans %} Please select the documentation that you want to see. {% endtrans %}
{% for name in all_docs %}
{{name|replace('-', '/')}}
{% endfor %}
{% endblock body_wrapper %}