{# 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 %}