Short Description: {% if description %} {% if description|length > 250 %} {{ description }} SHORT DESCRIPTION TOO LONG
{% elif description == name %} {{ description }} NAME AND SHORT DESCRIPTION MUST BE DIFFERENT
{% else %} {{ description }}
{% endif %} {% else %} MISSING {{ class }} SHORT DESCRIPTION
{% endif %}