2021-10-28 13:24:34 +00:00
|
|
|
{% extends theme('base.html') %}
|
2023-03-09 16:45:20 +00:00
|
|
|
{% import 'macro/fomanticui.html' as sui %}
|
2020-08-17 13:49:48 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2021-12-20 22:57:27 +00:00
|
|
|
<div class="loginform">
|
|
|
|
<h3 class="ui top attached header">
|
|
|
|
{% trans %}Add a client{% endtrans %}
|
|
|
|
</h3>
|
2020-10-31 17:22:24 +00:00
|
|
|
|
2021-12-20 22:57:27 +00:00
|
|
|
<div class="ui attached clearing segment">
|
|
|
|
{{ sui.render_form(form, _("Confirm")) }}
|
|
|
|
</div>
|
2020-08-17 13:49:48 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|