From 7378e56dc6ac7d30e8e672e54065b78978fd5cc0 Mon Sep 17 00:00:00 2001
From: candifloss
- -
+- {% if exc == 'integrity' %} - Item with such SKU already exists - {% endif %} - {% if exc == 'status' %} - Data input error. Invalid value for status. - {% endif %} - {% if exc == 'staffnum' %} + {%- if exc == 'integrity' -%} + Item with the same assettag already exists + {%- endif -%} + {%- if exc == 'status' -%} + Data input error. Invalid status value + {%- endif -%} + {%- if exc == 'staffnum' -%} Data input error. Staff number must be an integer - {% endif %} + {%- endif -%}