{{ ltext('Review authentication, configuration, ticket, and file activity. / راجع نشاط الدخول والإعدادات والتذاكر والملفات.') }}
| {{ ltext('Time / الوقت') }} | {{ ltext('Action / الإجراء') }} | {{ ltext('Summary / الملخص') }} | {{ ltext('Actor / المنفذ') }} | {{ ltext('Result / النتيجة') }} |
|---|---|---|---|---|
| {{ log.created_at.strftime('%Y-%m-%d %H:%M:%S') }} | {{ log.action }} | {{ log.summary }} | {{ log.actor.email if log.actor else t('system') }} | {{ ltext('Success / نجاح') if log.success else ltext('Failure / فشل') }} |
| {{ ltext('No audit records found. / لا توجد سجلات.') }} | ||||