Saved locations

{{#if (hasPermission currentUser 'weather.create')}}Add location{{/if}}
{{#if weatherLocations.length}} {{#each weatherLocations}} {{/each}} {{else}}{{/if}}
NameLocationProviderRefresh intervalStatusActions
{{name}}{{location_label}}
{{latitude}}, {{longitude}} ยท {{timezone}}
{{provider}}{{intervalLabel}}{{#if enabled}}Enabled{{else}}Disabled{{/if}}
{{#if (hasPermission ../currentUser 'weather.update')}}Edit{{/if}} {{#if (hasPermission ../currentUser 'weather.create')}}Dupe{{/if}} {{#if (hasPermission ../currentUser 'weather.delete')}}
{{#if inUse}}{{else}}{{/if}}
{{/if}}
No weather locations yet.
{{> table-pagination pagination=pagination basePath="/data-sources/weather" alwaysShow=true}}