{% extends 'base.html' %} {% load wnsq_tags %} {% block content %}
upcoming measurements
    {% for ns in next_samples %}
  • {{ ns.sample }}
  • {% empty %}
  • Quiet day, huh?
  • {% endfor %}
  • {{ active_samples }} active samples in total.
reference materials
lab performance
  • r: {% if r %} {{ r|floatformat:4 }} {% else %} {% nothing %} {% endif %}
  • A: {% if A %} {{ A|floatformat:4 }} {% else %} {% nothing %} {% endif %}
Details
key data
  • {{ active_panelists }} panel members
  • {{ active_clients }}/{{ active_offices }} clients/offices
  • {{ active_projects }} projects
  • {{ active_measurements }} measurements
calibration deadlines
    {% for calib in expiring_calibs %}
  • {{ calib.created_for }} {% if calib.expires_in < 0 %} ({{ calib.expires_in }} days) {% else %} ({{ calib.expires_in }} days) {% endif %}
  • {% endfor %}
{% endblock content %}