src/Products/SchoolNowBundle/Resources/views/dashboard/default/_entry.html.twig line 1

Open in your IDE?
  1. {% set entry = _args.entry %}
  2. {% set type = _args.type|default(entry.type is defined ? entry.type : null) %}
  3. {% include '@ProductsSchoolNow/dashboard/default/_entry--%s.html.twig'|format(type) with _args %}