templates/refrence/edit.html.twig line 1

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