+ Please provide the required information to add a new contact. +
+teams are being loaded...
+{$_('this-might-take-a-moment')}
++ Name + | ++ {$_('organization')} + | ++ Contact + | ++ Action + | +|
---|---|---|---|---|
+
+
+
+
+
+ {t.name}
+
+ |
+
+
+
+
+
+
+ {#if t.parentGroup}
+ {t.parentGroup.name}
+ {:else}no organization specified{/if}
+
+ |
+
+
+
+
+
+
+ {#if t.contact}
+ {JSON.stringify(t.contact)}
+ {:else}no contact specified{/if}
+
+ |
+ {#if active_deletes[t.id] === true}
+ + + + | + {:else} ++ Edit + {#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:DELETE')} + + {/if} + | + {/if} +
contacts are being loaded...
+{$_('this-might-take-a-moment')}
++ Name + | ++ Groups + | ++ Address + | ++ Action + | +|
---|---|---|---|---|
+
+
+
+
+
+ {t.firstname}
+ {t.middlename || ''}
+ {t.lastname}
+
+ |
+ + + | +
+
+
+
+
+
+ {#if t.contact}
+ {JSON.stringify(t.contact)}
+ {:else}no contact specified{/if}
+
+ |
+ {#if active_deletes[t.id] === true}
+ + + + | + {:else} ++ Edit + {#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:DELETE')} + + {/if} + | + {/if} +