{# Reusable system section — can be included in any report #}
{{ sys.git.last_commit_hash }}
{% if sys.git.dirty %}uncommitted{% endif %}
{% if sys.git.last_commit_msg %}— {{ sys.git.last_commit_msg }}{% endif %}
{% if sys.provider %}{{ sys.provider }} / {{ sys.region }}{% endif %} {% if sys.deploy_strategy %}— {{ sys.deploy_strategy }}{% endif %} {% if sys.domains %}— {{ sys.domains[0] }}{% endif %}
| Service | Type | Technology | Port | Components |
|---|---|---|---|---|
| {{ c.id }} | {{ c.service_type.value }} | {{ c.tech_summary }} | {% if c.primary_port %}:{{ c.primary_port.host }}{% endif %} |
{{ c.components | length }} |
| From | To | Description |
|---|---|---|
| {{ r.source_id }} | {{ r.target_id }} | {{ r.description }} |