+
+
+
+
+
{event.collection_name || event.event_type}
+
+ {event.event_type}
+ ·
+ {fmtDateTime(event.created_at)}
+
+
+
+
+
+
+ {#if event.bot_name}
+ - {t('events.bot')}
+ - {event.bot_name}
+ {/if}
+ {#if event.collection_id && isCommand}
+ - {t('events.chat')}
+ - {event.collection_id}
+ {/if}
+ {#if issuerText}
+ - {t('events.issuer')}
+ -
+ {issuerText}
+ {#if issuer?.id}(id {issuer.id}){/if}
+
+ {/if}
+ {#if event.command_tracker_name}
+ - {t('events.commandTracker')}
+ - {event.command_tracker_name}
+ {/if}
+ {#if event.tracker_name}
+ - {t('events.tracker')}
+ - {event.tracker_name}
+ {/if}
+ {#if event.action_name}
+ - {t('events.action')}
+ - {event.action_name}
+ {/if}
+ {#if event.provider_name}
+ - {t('events.provider')}
+ - {event.provider_name}
+ {/if}
+ {#if event.assets_count > 0}
+ - {t('events.assetsCount')}
+ - {event.assets_count}
+ {/if}
+
+
+
+
+ {#if event.provider_id}
+
+ {/if}
+ {#if event.telegram_bot_id && isCommand}
+
+ {/if}
+ {#if event.command_tracker_id && isCommand}
+
+ {/if}
+ {#if event.action_id && isAction}
+
+ {/if}
+ {#if !isCommand && !isAction && event.tracker_id}
+
+ {/if}
+
+
+
+ {#if detailsJson && detailsJson !== '{}'}
+
+ {t('events.rawDetails')}
+ {detailsJson}
+
+ {/if}
+
+ {/if}
+