{{ manual.title }}
{{ manual.description }}
- {% trans "Languages" %}
- {{ manual.languages|default:_("Not specified") }}
{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Manuals" %}{% endblock %} {% block content %}
{% trans "Explore official guides, wiring diagrams, and deployment runbooks." %}
{{ manual.description }}
{% trans "No manuals are available yet." %}
{% endif %} {% endblock %}