<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @crud\crud\show.html.twig */
class __TwigTemplate_7069ea4f467c76a923f13ad8edff9e57 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'jquery' => [$this, 'block_jquery'],
'crud' => [$this, 'block_crud'],
'show' => [$this, 'block_show'],
'showdata' => [$this, 'block_showdata'],
'actions' => [$this, 'block_actions'],
'action_retorno' => [$this, 'block_action_retorno'],
'action_delete' => [$this, 'block_action_delete'],
'show_details' => [$this, 'block_show_details'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@crud\\crud.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@crud\\crud\\show.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@crud\\crud\\show.html.twig"));
$this->parent = $this->loadTemplate("@crud\\crud.html.twig", "@crud\\crud\\show.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_jquery($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "jquery"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "jquery"));
// line 4
echo " ";
$this->displayParentBlock("jquery", $context, $blocks);
echo "
<script type=\"text/javascript\">
\$(function()
{
\$(\"#ul_breadcrumb\").append('<li class=\"active\"><a>";
// line 9
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("subtitles.show", [], "crud")), "html", null, true);
echo "</a></li>');
\$(\".show_del_item\").click(function(e){
if (!confirm(\"Está seguro de querer eliminar el elemento seleccionado?\"))
{
e.preventDefault();
}
});
\$('.ace-switch').click(function(e){
e.preventDefault();
});
});
\t\t
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 27
public function block_crud($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "crud"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "crud"));
// line 28
echo "
";
// line 29
$this->displayBlock('show', $context, $blocks);
// line 109
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 29
public function block_show($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "show"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "show"));
// line 30
echo "
<div class=\"widget-box transparent\">
";
// line 47
echo " <div class=\"widget-body\" style=\"display: block;\">
<div class=\"widget-main no-padding\">
";
// line 49
$this->displayBlock('showdata', $context, $blocks);
// line 51
echo "
<div class=\"row\">
<div class=\"col-xs-12\">
<div class=\"hr hr-8 hr-dotted\"></div>
</div>
</div>
";
// line 57
$this->displayBlock('actions', $context, $blocks);
// line 96
echo "
";
// line 97
$this->displayBlock('show_details', $context, $blocks);
// line 104
echo "
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 49
public function block_showdata($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "showdata"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "showdata"));
// line 50
echo " ";
$this->loadTemplate("@crud\\crud\\show_data.html.twig", "@crud\\crud\\show.html.twig", 50)->display($context);
// line 51
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 57
public function block_actions($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "actions"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "actions"));
// line 58
echo " <div id=\"botones\" class=\"row\">
";
// line 59
if (((isset($context["editInIndex"]) || array_key_exists("editInIndex", $context) ? $context["editInIndex"] : (function () { throw new RuntimeError('Variable "editInIndex" does not exist.', 59, $this->source); })()) && (isset($context["deleteInIndex"]) || array_key_exists("deleteInIndex", $context) ? $context["deleteInIndex"] : (function () { throw new RuntimeError('Variable "deleteInIndex" does not exist.', 59, $this->source); })()))) {
// line 60
echo " ";
$context["clase"] = "col-xs-4";
// line 61
echo " ";
} else {
// line 62
echo " ";
if (((isset($context["editInIndex"]) || array_key_exists("editInIndex", $context) ? $context["editInIndex"] : (function () { throw new RuntimeError('Variable "editInIndex" does not exist.', 62, $this->source); })()) || (isset($context["deleteInIndex"]) || array_key_exists("deleteInIndex", $context) ? $context["deleteInIndex"] : (function () { throw new RuntimeError('Variable "deleteInIndex" does not exist.', 62, $this->source); })()))) {
// line 63
echo " ";
$context["clase"] = "col-xs-6";
// line 64
echo " ";
} else {
// line 65
echo " ";
$context["clase"] = "col-xs-12";
// line 66
echo " ";
}
// line 67
echo " ";
}
// line 68
echo " <div class=\"";
echo twig_escape_filter($this->env, (isset($context["clase"]) || array_key_exists("clase", $context) ? $context["clase"] : (function () { throw new RuntimeError('Variable "clase" does not exist.', 68, $this->source); })()), "html", null, true);
echo "\">
<center>
";
// line 70
$this->displayBlock('action_retorno', $context, $blocks);
// line 75
echo "
</center>
</div>
";
// line 78
if ((isset($context["editInIndex"]) || array_key_exists("editInIndex", $context) ? $context["editInIndex"] : (function () { throw new RuntimeError('Variable "editInIndex" does not exist.', 78, $this->source); })())) {
// line 79
echo " <div class=\"";
echo twig_escape_filter($this->env, (isset($context["clase"]) || array_key_exists("clase", $context) ? $context["clase"] : (function () { throw new RuntimeError('Variable "clase" does not exist.', 79, $this->source); })()), "html", null, true);
echo " forChanges\">
<center>
<a id=\"btnShowUpdate\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"";
// line 81
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("crud_plain_edit", ["rol" => (isset($context["rol"]) || array_key_exists("rol", $context) ? $context["rol"] : (function () { throw new RuntimeError('Variable "rol" does not exist.', 81, $this->source); })()), "id" => twig_get_attribute($this->env, $this->source, (isset($context["entity"]) || array_key_exists("entity", $context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.', 81, $this->source); })()), "id", [], "any", false, false, false, 81), "routeClassName" => (isset($context["routeClassName"]) || array_key_exists("routeClassName", $context) ? $context["routeClassName"] : (function () { throw new RuntimeError('Variable "routeClassName" does not exist.', 81, $this->source); })())]), "html", null, true);
echo "\">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("botones.modificar", [], "crud");
echo "</a>
</center>
</div>
";
}
// line 85
echo " ";
if ((isset($context["deleteInIndex"]) || array_key_exists("deleteInIndex", $context) ? $context["deleteInIndex"] : (function () { throw new RuntimeError('Variable "deleteInIndex" does not exist.', 85, $this->source); })())) {
// line 86
echo " <div class=\"";
echo twig_escape_filter($this->env, (isset($context["clase"]) || array_key_exists("clase", $context) ? $context["clase"] : (function () { throw new RuntimeError('Variable "clase" does not exist.', 86, $this->source); })()), "html", null, true);
echo " forChanges\">
<center>
";
// line 88
$this->displayBlock('action_delete', $context, $blocks);
// line 91
echo " </center>
</div>
";
}
// line 94
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 70
public function block_action_retorno($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "action_retorno"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "action_retorno"));
// line 71
echo " ";
// line 72
echo " <a class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("crud_plain_back_to_list", ["rol" => (isset($context["rol"]) || array_key_exists("rol", $context) ? $context["rol"] : (function () { throw new RuntimeError('Variable "rol" does not exist.', 72, $this->source); })()), "routeClassName" => (isset($context["routeClassName"]) || array_key_exists("routeClassName", $context) ? $context["routeClassName"] : (function () { throw new RuntimeError('Variable "routeClassName" does not exist.', 72, $this->source); })()), "id" => twig_get_attribute($this->env, $this->source, (isset($context["entity"]) || array_key_exists("entity", $context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.', 72, $this->source); })()), "id", [], "any", false, false, false, 72), "from" => "show"]), "html", null, true);
echo "\">
";
// line 73
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("botones.regresar", [], "crud");
// line 74
echo " </a>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 88
public function block_action_delete($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "action_delete"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "action_delete"));
// line 89
echo " <a id=\"btn_delete_";
echo twig_escape_filter($this->env, (isset($context["routeClassName"]) || array_key_exists("routeClassName", $context) ? $context["routeClassName"] : (function () { throw new RuntimeError('Variable "routeClassName" does not exist.', 89, $this->source); })()), "html", null, true);
echo "\" class=\"btn btn-white btn-inverse btn-bold btn-round show_del_item\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("crud_plain_delete", ["rol" => (isset($context["rol"]) || array_key_exists("rol", $context) ? $context["rol"] : (function () { throw new RuntimeError('Variable "rol" does not exist.', 89, $this->source); })()), "id" => twig_get_attribute($this->env, $this->source, (isset($context["entity"]) || array_key_exists("entity", $context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.', 89, $this->source); })()), "id", [], "any", false, false, false, 89), "routeClassName" => (isset($context["routeClassName"]) || array_key_exists("routeClassName", $context) ? $context["routeClassName"] : (function () { throw new RuntimeError('Variable "routeClassName" does not exist.', 89, $this->source); })())]), "html", null, true);
echo "\">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("botones.eliminar", [], "crud");
echo "</a>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 97
public function block_show_details($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "show_details"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "show_details"));
// line 98
echo " <div class=\"row\">
<div class=\"col-xs-12\">
<div class=\"hr hr-8 hr-dotted\"></div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@crud\\crud\\show.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 372 => 98, 362 => 97, 345 => 89, 335 => 88, 324 => 74, 322 => 73, 317 => 72, 315 => 71, 305 => 70, 294 => 94, 289 => 91, 287 => 88, 281 => 86, 278 => 85, 269 => 81, 263 => 79, 261 => 78, 256 => 75, 254 => 70, 248 => 68, 245 => 67, 242 => 66, 239 => 65, 236 => 64, 233 => 63, 230 => 62, 227 => 61, 224 => 60, 222 => 59, 219 => 58, 209 => 57, 199 => 51, 196 => 50, 186 => 49, 172 => 104, 170 => 97, 167 => 96, 165 => 57, 157 => 51, 155 => 49, 151 => 47, 147 => 30, 137 => 29, 126 => 109, 124 => 29, 121 => 28, 111 => 27, 84 => 9, 75 => 4, 65 => 3, 42 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"@crud\\\\crud.html.twig\" %}
{% block jquery %}
{{ parent() }}
<script type=\"text/javascript\">
\$(function()
{
\$(\"#ul_breadcrumb\").append('<li class=\"active\"><a>{{ 'subtitles.show' | trans({}, 'crud') | capitalize }}</a></li>');
\$(\".show_del_item\").click(function(e){
if (!confirm(\"Está seguro de querer eliminar el elemento seleccionado?\"))
{
e.preventDefault();
}
});
\$('.ace-switch').click(function(e){
e.preventDefault();
});
});
\t\t
</script>
{% endblock %}
{% block crud %}
{% block show %}
<div class=\"widget-box transparent\">
{#% block principal_heading %}
<div class=\"widget-header widget-header-flat\">
<h4 class=\"widget-title lighter\">
<i class=\"fas fa-search orange\"></i>
{% set texto = routeClassName~'.plural' %}
{{ texto | trans({}, 'crud') }}
</h4>
<!--div class=\"widget-toolbar\">
<a href=\"#\" data-action=\"collapse\">
<i class=\"fas fa-chevron-up\"></i>
</a>
</div-->
</div>
{% endblock %#}
<div class=\"widget-body\" style=\"display: block;\">
<div class=\"widget-main no-padding\">
{% block showdata %}
{% include '@crud\\\\crud\\\\show_data.html.twig' %}
{% endblock %}
<div class=\"row\">
<div class=\"col-xs-12\">
<div class=\"hr hr-8 hr-dotted\"></div>
</div>
</div>
{% block actions %}
<div id=\"botones\" class=\"row\">
{% if editInIndex and deleteInIndex%}
{% set clase = 'col-xs-4' %}
{% else %}
{% if editInIndex or deleteInIndex %}
{% set clase = 'col-xs-6' %}
{% else %}
{% set clase = 'col-xs-12' %}
{% endif %}
{% endif %}
<div class=\"{{ clase }}\">
<center>
{% block action_retorno %}
{#<a class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('crud_index', {'routeClassName': routeClassName}) }}\">#}
<a class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('crud_plain_back_to_list', {'rol': rol, 'routeClassName': routeClassName, 'id': entity.id, 'from': 'show'}) }}\">
{% trans from 'crud' %}botones.regresar{% endtrans %}
</a>
{% endblock %}
</center>
</div>
{% if editInIndex %}
<div class=\"{{ clase }} forChanges\">
<center>
<a id=\"btnShowUpdate\" class=\"btn btn-white btn-inverse btn-bold btn-round\" href=\"{{ path('crud_plain_edit', {'rol': rol, 'id':entity.id, 'routeClassName': routeClassName}) }}\">{% trans from 'crud' %}botones.modificar{% endtrans %}</a>
</center>
</div>
{% endif %}
{% if deleteInIndex %}
<div class=\"{{ clase }} forChanges\">
<center>
{% block action_delete %}
<a id=\"btn_delete_{{ routeClassName }}\" class=\"btn btn-white btn-inverse btn-bold btn-round show_del_item\" href=\"{{ path('crud_plain_delete', { 'rol': rol, 'id' : entity.id, 'routeClassName': routeClassName }) }}\">{% trans from 'crud' %}botones.eliminar{% endtrans %}</a>
{% endblock %}
</center>
</div>
{% endif %}
</div>
{% endblock %}
{% block show_details %}
<div class=\"row\">
<div class=\"col-xs-12\">
<div class=\"hr hr-8 hr-dotted\"></div>
</div>
</div>
{% endblock %}
</div>
</div>
</div>
{% endblock %}
{% endblock %}
", "@crud\\crud\\show.html.twig", "/data/produccion/integral/src/Crud/templates/crud/show.html.twig");
}
}