{{ 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 %}
{{ alert_row.location.tag }} |
{% endif %}
{{ alert_row.error_code.instruction }} |