{% if customer.client_id %}Edit customer #{{ customer.client_id }}{% else %}Add customer{% endif %}

{% if customer.client_uuid %}#{{ customer.client_uuid }}{% endif %}
{% include 'modals/modal_attributes_nav.html' %}
{{ form.hidden_tag() }}
{{ form.customer_name(class='form-control', autocomplete="off") }}
{{ form.customer_description(class='form-control', autocomplete="off") }}
{{ form.customer_sla(class='form-control', autocomplete="off") }}
{% include 'modals/modal_attributes_tabs.html' %}
{% if customer.client_id %} {% else %} {% endif %}