templates/bloc_heure/edit.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Edit BlocHeure{% endblock %}
  3. {% block body %}
  4.     <h1>Edit BlocHeure</h1>
  5.     {{ include('bloc_heure/_form.html.twig', {'button_label': 'Update'}) }}
  6.     <a href="{{ path('app_bloc_heure_index') }}">back to list</a>
  7.     {{ include('bloc_heure/_delete_form.html.twig') }}
  8. {% endblock %}