{% if output_bin_status %}
Output Bin
Empty Output Bin/Check Ramp
{% endif %} {% for alert_row in alerts %} {% if alert_row.error_code.type == 'error' %}
{{ alert_row.error_code.id }}
{% else %}
{{ alert_row.error_code.id }}
{% endif %} {% if 'CAN' in alert_row.location.tag %}
{{ alert_row.location.tag|slice:"4:" }}
{% elif 'UNKNOWN' in alert_row.location.tag %}
{% else %}
{{ alert_row.location.tag }}
{% endif %}
{{ alert_row.error_code.instruction }}
{% endfor %}