{{ system.title or 'Atlas' }}
{% if soleprint_url %}
โ Soleprint
{% endif %}
{{ system.tagline or 'Actionable documentation' }}
Books
Template
Depot
Books
{% for book in books %}
{{ book.title }}
{{ book.status | capitalize }}
{% else %}
--
Pending
{% endfor %}
Templates
{% for template in templates %}
{{ template.title }}
{{ template.status | capitalize }}
{% else %}
--
Pending
{% endfor %}
Depots
{% for depot in depots %}
{{ depot.title }}
{{ depot.status | capitalize }}
{% else %}
--
Pending
{% endfor %}