div.contain
h2 Config
.hr
h3 Available API keys
p(v-if='!apiKeySets.length')
em You don't have any API keys yet.
ul
li(v-for='exchange in apiKeySets') {{ exchange }} (
a(href='#', v-on:click.prevent='removeApiKey(exchange)') remove
| )
a.btn--primary(href='#', v-if='!addApiToggle', v-on:click.prevent='openAddApi') Add an API key
template(v-if='addApiToggle')
.hr
apiConfigBuilder
.hr