{# Left sidebar. Brand at top, then sections (Workspace + System) with
optional count badges per model — Django-admin shape, our tone. #}
{{ design.logo_initial | default('R') }}
{{ design.project_name | default('RustIO') }}
Workspace
{% if sidebar_entries is defined and sidebar_entries | length > 0 %}
{% for entry in sidebar_entries %}
{% if entry.visible %}
{{ entry.label }}
{% if entry.count is defined and entry.count >= 0 %}
{{ entry.count }}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
System
Recent actions
{% if current_user is defined and current_user %}
Your account
{% endif %}