{% extends '@ChillMain/CRUD/_view_content.html.twig' %} {% block content_view_actions_back %}
  • {{ 'Cancel'|trans }}
  • {% endblock %} {% block content_form_actions_delete %} {% if chill_crud_action_exists(crud_name, 'delete') %} {% if is_granted(chill_crud_config('role', crud_name, 'delete'), entity) %}
  • {{ 'crud.delete.link_to_form'|trans }}
  • {% endif %} {% endif %} {% endblock content_form_actions_delete %} {% block content_view_actions_duplicate_link %} {% if chill_crud_action_exists(crud_name, 'new') %} {% if is_granted(chill_crud_config('role', crud_name, 'new'), entity) %}
  • {{ 'crud.view.link_duplicate'|trans }}
  • {% endif %} {% endif %} {% endblock content_view_actions_duplicate_link %} {% block content_view_actions_edit_link %} {% if chill_crud_action_exists(crud_name, 'edit') %} {% if is_granted(chill_crud_config('role', crud_name, 'edit'), entity) %}
  • {{ 'crud.new.link_edit'|trans }}
  • {% endif %} {% endif %} {% endblock content_view_actions_edit_link %}