{% extends 'GergelyPolonkaiFrontBundle:Admin:index.html.twig' %} {% block admincontent %} {% if chunk.id is not null %}

Edit Code Chunk - {{ chunk.title }}

{% else %}

Create Code Chunk

{% endif %}
{{ form_widget(form) }} Cancel
{% endblock admincontent %}