{% extends 'AdminBundle:Admin:adminLayout.html.twig' %} {% block breadcrumb %} {{ backendHelpers.breadcrumb({ ("runtime_parameter.titles.home"|trans) : (path(paths.home)), ("runtime_parameter.titles.runtime parameter group list"|trans) : (path(paths.index)), ("admin.titles.show"|trans) : '' }) }} {% endblock %} {% block content %} {{ backendHelpers.pageTitle( "runtime_parameter.titles.group"|trans ) }}
{{ backendHelpers.addActionButton(path(paths.edit, { 'id': entity.id }), paths.edit, ('admin.titles.edit'|trans), 'btn-info', 'icon-edit' )}} {{ backendHelpers.addActionButton(path(paths.new), paths.new, ('admin.titles.add'|trans), 'btn-success', 'icon-plus' )}} {{ backendHelpers.addActionButton(path(paths.index), paths.index, ('admin.titles.list'|trans), 'btn-light', 'icon-list' )}}
{{ 'rawafed_social.titles.id'|trans }} {{ entity.id }}
{{ 'runtime_parameter.titles.group name'|trans }} {{ entity.groupName }}
{% endblock %}