{% extends "pages/base.html" %} {% load i18n static %} {% block title %}{{ station_model.vendor }} {{ station_model.model_family }} {{ station_model.model }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% trans "Supported model profile, reference files, and integration guidance." %}
{% trans "No images have been uploaded yet." %}
{% endif %} {% if station_model.notes %}{{ station_model.notes }}
{% trans "No special instructions have been provided." %}
{% endif %}{% if item.guide.firmware_version %} {% trans "Firmware" %}: {{ item.guide.firmware_version }} {% else %} {% trans "Firmware" %}: {% trans "Any supported firmware" %} {% endif %}
{% if item.guide.notes %}{{ item.guide.notes }}
{% endif %}{% trans "No configuration guides have been added yet." %}
{% endif %}{% trans "No manuals or files have been uploaded yet." %}
{% endif %}