{limit.providerId}
ms
{#if saving}
{:else} Set {/if}
{#if removing}
{:else} ✕ {/if}
{#if status !== null}
{status.inFlightLabel} in flight
{#if status.busy}
{/if} {statusLabel(status)}
{/if} {#if error}
{error}
{:else if justSaved && !dirty}
Saved.
{/if}