{% extends theme('base.html') %} {% import 'fomanticui.html' as sui %} {% block content %}

{% trans %}Add a client{% endtrans %}

{{ sui.render_form(form, _("Confirm")) }}
{% endblock %}