{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{% trans %}New client{% endtrans %}{% endblock %} {% block content %}

{% trans %}You will create a new client. Please fill the field below for the redirect URI of your application:{% endtrans %}

{{ form_start(form) }} {{ form_errors(form) }}
{{ form_label(form.redirect_uris) }} {{ form_errors(form.redirect_uris) }} {{ form_widget(form.redirect_uris) }}
{% trans %}Back{% endtrans %}
{% endblock %}