{% extends "pages/base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block extra_head %} {% if canonical_url %} {% endif %} {% endblock %} {% block content %}
{% trans "Browse curated developer references below with quick summaries to help you choose the right guide." %}
{% if missing_document %}{% trans "Manage indexed documents" %} · {% trans "Create indexed document" %}
{% endif %} {% if indexed_groups %} {% for group in indexed_groups %}{% trans "No indexed documents are available." %}
{% endif %}{% trans "No document folders are available." %}
{% endif %} {% endfor %} {% else %}{% trans "No document folders are available." %}
{% endif %}