{{ $ts.software }}
{{ instance.softwareName || '?' }}
{{ $ts.version }}
{{ instance.softwareVersion || '?' }}
{{ $ts.registeredAt }}
{{ new Date(instance.caughtAt).toLocaleString() }} ()
{{ $ts.following }}
{{ $ts.followers }}
{{ $ts.users }}
{{ $ts.notes }}
{{ number(instance.notesCount) }}
{{ $ts.files }}
{{ number(instance.driveFiles) }}
{{ $ts.storageUsage }}
{{ bytes(instance.driveUsage) }}
{{ $ts.latestRequestSentAt }}
N/A
{{ $ts.latestStatus }}
{{ instance.latestStatus ? instance.latestStatus : 'N/A' }}
{{ $ts.latestRequestReceivedAt }}
N/A
{{ $ts.operations }}
{{ $ts.stopActivityDelivery }}
{{ $ts.blockThisInstance }}
{{ $ts.deleteAllFiles }}
{{ $ts.deleteAllFiles }}
{{ $ts.removeAllFollowing }}
{{ $ts.removeAllFollowing }}
{{ $t('removeAllFollowingDescription', { host: instance.host }) }}
{{ $ts.metadata }}
{{ JSON.stringify(instance, null, 2) }}