{% extends "ui/templates/base/layout.html" %}{% block content %}

Add Client

Create a validated client master with ownership and branch-safe rules.

{% if form_errors %}
{% for err in form_errors %}
{{ err }}
{% endfor %}
{% endif %}
{% include "modules/clients/templates/clients/partials/form.html" %}
Cancel
{% endblock %}