src/templates/RegionProvinciaCantonParroquia/index.html.twig line 1

Open in your IDE?
  1. {% extends "@crud\\crud\\index.html.twig" %}
  2. {% block jquery %}
  3.     {{ parent() }}
  4.     
  5.     {#% include 'RegionProvinciaCantonParroquia\\jquery.html.twig' with {'prefix': 'form_' } %#}
  6.     
  7. {% endblock jquery %}
  8. {% block jquery_functions %}
  9.     {{ parent() }}
  10.     
  11.     {% include 'RegionProvinciaCantonParroquia\\jquery_functions.html.twig' %}
  12.         
  13. {% endblock jquery_functions %}