{% extends "holdfast/skyhook/base.html" %} {% load i18n %} {% load humanize %} {% block holdfast_content %}
{% blocktranslate %}Each reagent gets its own bar. They are not worth the same trip — a hauler will cross the region for magmatic gas and shrug at the same count of something cheap — so one shared number always ends up either noisy or blind.{% endblocktranslate %}
{% csrf_token %}
{% translate "Alert bars, per reagent" %}
{% if not thresholds %}
{% translate "No reagents seen yet. A row appears here the first time each one shows up on a skyhook." %}
{% else %}
{% for threshold in thresholds %} {% endfor %}
{% translate "Reagent" %} {% translate "Alert at or above" %} {% translate "Enabled" %}
{{ threshold.type_name }}
{% endif %}
{% translate "Timing and delivery" %}
{% translate "Drives the dashboard table and the sidebar badge together. 1 to 168." %}
{% include "holdfast/partials/_routing.html" %}
{% csrf_token %} {% translate "one sample per category in this section" %}
{% endblock %}