{% extends "../core/document.html" %}
{% comment ******************* %}
{% comment Emit navigation %}
{% comment ******************* %}
{% block doc-nav %}
{% end %}
{% comment ***************** %}
{% comment Emit content %}
{% comment ***************** %}
{% block doc-content %}
{% comment ************************************************** %}
{% comment Sub-section: details %}
{% comment ************************************************** %}
{% include software_model_component_details.html %}
{% comment ************************************************** %}
{% comment Sub-section: component tree %}
{% comment ************************************************** %}
{% if doc.ext.component_tree %}
{% for c in doc.ext.component_tree %}
{% include software_model_component_hierarchy_details.html %}
{% end %}
{% end %}
{% end %}