{# app/templates/shop/errors/422.html #} {# 422 Unprocessable Entity error page - validation errors #} {% extends "shop/errors/base.html" %} {% block icon %}📝{% endblock %} {% block title %}422 - Invalid Information{% endblock %} {% block extra_content %} {% if details and details.validation_errors %}

Please correct:

{% endif %} {% endblock %} {% block action_buttons %} Go Back and Fix Go to Home {% endblock %} {% block support_link %} Having trouble? We're here to help {% endblock %}