### Description
Manage the delegates for the current user. See a list of the user's current delegates. Typically embedded in the My Account widget as a tab.
### Instance Options
| Option | Property | Comments | Default Value | Source |
| ----- |:-----:| ---- | ---- | ---- |
| Widget Template | `widget_template` | Template for the layout of the widget. | `nr-my-delegates-default.html` | Options Schema |
| Modal Template | `modal_template` | Template for the "Add Delegate" modal. | `add_delegate.html` | Options Schema |
### Template Options
| Name | Comments |
| -------- |:---|
| `template` | Template for the "Add Delegate" modal. |
| `display_template` | Used for the layout of the embedded widget. |
### Templates
| Name | Comments |
| -------- |:---|
| `nr-my-delegates-default.html` | Template for widget. |
| `add_delegate.html` | Template for modal. |
### Configuration
```json
{
"widget_id": "nr-user-delegates",
"icon": "delegates-icon",
"options": {
"widget_template": "nr-my-delegates-default.html",
"modal_template": "add_delegate.html"
},
"canSee": true,
"id": "delegate",
```