Configurações Gerais
{#if loading}
Carregando...
{:else}
Setor de Compras
Selecione o setor responsável por receber e aprovar pedidos de compra.
{#if error}
{error}
{/if} {#if success}
{success}
{/if}
Setor
Selecione um setor...
{#each setores as setor (setor._id)}
{setor.nome} ({setor.sigla})
{/each}
{saving ? 'Salvando...' : 'Salvar Configuração'}
{/if}