{% set hazard_titles = {1: 'Explosive', 2: 'Flammable', 3: 'Oxidizing', 4: 'Compressed Gas', 5: 'Corrosive', 6: 'Toxic', 7: 'Harmful', 8: 'Health Hazard', 9: 'Environmental Hazard'} %} {% for hazard_index in hazard_titles.keys() | sort %} {% endfor %}
{% if id_prefix+'_hidden' in object_errors %}Error: {{ object_errors[id_prefix+'_hidden'] }}{% endif %} {% if 'note' in schema %}Note: {{ schema['note'] }}{% endif %}