{%- if calendar.principal != user.id -%}{{ calendar.principal }}/{%- endif -%}
{{ calendar.displayname.to_owned().unwrap_or(calendar.id.to_owned()) }}
{% for comp in calendar.components %}
{{ comp }}
{% endfor %}
{% if let Some(description) = calendar.description %}{{ description }}{% endif %}
{% if let Some(subscription_url) = calendar.subscription_url %}
{{ subscription_url }}
{% endif %}
{% if !calendar.id.starts_with("_birthdays_") %}
{% endif %}
{{ meta.len }} ({{ meta.size | filesizeformat }}) objects, {{ meta.deleted_len }} ({{ meta.deleted_size | filesizeformat }}) deleted objects