{% extends "base.html" %} {% set active = "strategos" %} {% block title %}ORBAT Tracker — Strategos{% endblock %} {% block content %}
| Unit Name | Type | Nation | Strength | Location | Status |
|---|---|---|---|---|---|
| {{ u.unit_name }} | {{ u.unit_type|replace('_',' ')|title }} | {{ u.nation or '—' }} | {{ u.strength or '—' }} | {{ u.location or '—' }} | {{ u.status or 'unknown' }} |
| No ORBAT units found. | |||||