{$title}
{$calendar.create_datetime|wa_date:'humandatetime'}
{$calendar.name|escape}
{$_styles = []}
{if !empty($calendar.calendar.bg_color)}
{$_styles[] = "background: `$calendar.calendar.bg_color`;"}
{/if}
{if !empty($calendar.calendar.font_color)}
{$_styles[] = "color: `$calendar.calendar.font_color`;"}
{/if}
→ {$calendar.calendar.name|escape}
{if !empty($calendar.plugin.account_info_html)}
{$calendar.plugin.account_info_html}
{/if}
{$calendar.integration_level_name}
{if !empty($auth_error)}
{$auth_error}
{/if}