{% extends '::base_admin.html.twig' %} {% if id is defined %} {% set _title = 'ad.update.title' %} {% else %} {% set _title = 'ad.new.title' %} {% endif %} {% set _route = app.request.attributes.get('_route') %} {% block title %}{{ _title|trans }}{% endblock %} {% block body %} {{ breadcrumb() }}
{% include 'StilettoCmsBundle:AdAdmin:form.html.twig' with { 'formview': form } %}
{% endblock %}