{% extends 'base.html' %} {% import 'macros.html' as forms %} {% block body %}
Add or edit an account
{{ forms.input('user', "Username", description='Your wallabag username at ' + wallabag_host) }} {{ forms.input('password', "Password", type='password', description='Your wallabag password at ' + wallabag_host + ". The password will not be stored") }}
{{ forms.input('clientId', "Client id", description='A valid client id') }} {{ forms.input('clientSecret', "Client secret", description='A valid client secret ' + wallabag_host) }}
{{ forms.input('kindleEmail', "Kindle Email", type='email', description='Your kindle email addess ' + wallabag_host) }} {{ forms.input('notifyEmail', "Alt. Email",type='email', description='An alternative email where we can send any problems. ' + wallabag_host) }}
{% endblock %}