{% extends 'admin_base.html.twig' %} {% block body %}
{% if errors %} {% for e in errors %} {% if (e['propertyPath'] == "title")%} {{ e['message'] }} {% endif %} {% endfor %} {% endif %}
{% endblock %}