{% extends 'EPSCoreBundle::layout.html.twig' %} {% block ariane_lis %}
  • Cms
  • {% endblock %} {% block content %}
    {##}
    {% for c in cms %} {% endfor %}
    {{ c.pkey }} {{ c.ptype }}
    {% endblock content %} {% block javascripts %} {{ parent() }} {% javascripts filter='' 'bundles/epscore/js/eps_cms.js' %} {% endjavascripts %} {% endblock %}