extends layout.pug block body .container .content h1 Manage OAuth2 Clients .button(id="new") New Client #clientlist .templates script(type="x-tmpl-mustache" id="client").
{{#icon}} {{/icon}} {{^icon}}
{{/icon}}
{{#verified}}
{{/verified}}
{{title}}
{{description}}
{{url}}
Scopes: {{scope}}
Redirect: {{redirect_url}}
Client ID: {{id}}
Client Secret:
{{secret}}
Edit
Delete
New Secret
script(type="x-tmpl-mustache" id="clientEdit").
script(type="x-tmpl-mustache" id="clientNew").
script(type="x-tmpl-mustache" id="clientRemove").

Are you sure?

No
Yes, I'm sure