Clients Table
Add Client
#
ID
Name
Address
Actions
{% for client in clients %}
{{ forloop.counter }}
{{ client.id }}
{{ client.name }}
{{ client.address }}
Edit
Delete
{% endfor %}
×
Add Client
Add
×
Edit Client
Save
Go to Helium input
Go to Table output