⇦ Go to Clients

LHe Dewar Output

{% for entry in entries_table2 %} {% endfor %}
# ID Institute Client Date Warm LHe Delivery Vor Nach LHe Output Notes Actions
{{ forloop.counter }} {{ entry.id }} {{ entry.client.institute.name }} {{ entry.client.name }} {{ entry.date }} {{ entry.is_warm|yesno:"Yes,No" }} {{ entry.lhe_delivery }} {% if entry.vor is not None %}{{ entry.vor|floatformat:1 }}{% endif %} {% if entry.nach is not None %}{{ entry.nach|floatformat:1 }}{% endif %} {% if entry.lhe_output is not None %}{{ entry.lhe_output|floatformat:1 }}{% endif %} {{ entry.notes }}