- {{ t('guests', 'Name') }} - | -- {{ t('guests', 'Shared By') }} - | -- {{ t('guests', 'Shared At') }} - | -|
---|---|---|---|
- {{share.name}} - | -{{share.shared_by}} | -{{formatTime(share.time)}} | -
- {{ t('guests', 'Email') }} - | -- {{ t('guests', 'Name') }} - | -- {{ t('guests', 'Invited by') }} - | -- {{ t('guests', 'Received shares') }} - | -
---|---|---|---|
{{guest.email}} | -{{guest.display_name}} | -{{guest.created_by}} | -{{guest.share_count}} | -
- |
-
-
- -- - -
- -- {{ t('guests', 'Guests will still be able to see users from any group they are added to') }} -
-- - -
-
-
+ {{ t('guests', 'Name') }} + | ++ {{ t('guests', 'Shared By') }} + | ++ {{ t('guests', 'Shared At') }} + | +|
---|---|---|---|
+ {{ share.name }} + | ++ {{ share.shared_by }} + | ++ {{ formatTime(share.time) }} + | +
+ {{ t('guests', 'Email') }} + | ++ {{ t('guests', 'Name') }} + | ++ {{ t('guests', 'Invited by') }} + | ++ {{ t('guests', 'Received shares') }} + | +
---|---|---|---|
+ {{ guest.email }} + | ++ {{ guest.display_name }} + | ++ {{ guest.created_by }} + | ++ {{ guest.share_count }} + | +
+ |
+
+
+ ++ + +
+ ++ {{ t('guests', 'Guests will still be able to see users from any group they are added to') }} +
++ + +
+
+