⇦ Go to Clients
Helium Input
Add Row
#
ID
Client
Druck
Reinheit
Date Joined
Notes
Actions
{% for entry in entries_table1 %}
{{ forloop.counter }}
{{ entry.id }}
{{ entry.client.name }}
{{ entry.pressure|floatformat:2 }}
{{ entry.purity|floatformat:2 }}
{{ entry.date_joined|date:"Y-m-d" }}
{{ entry.notes|default:"" }}
Edit
Delete
{% endfor %}
×
He Gas Bundle
Kunde:
{% for client in clients %}
{{ client.name }}
{% endfor %}
Date:
Druck:
Reinheit:
Notes:
Save
Cancel
Help
×
He Gas Bundle
Kunde:
{% for client in clients %}
{{ client.name }}
{% endfor %}
Date:
Druck:
Reinheit:
Notes:
Save
Cancel
Help