<?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;
/* comun/proyecto/showSimple.html.twig */
class __TwigTemplate_2992f573f5e0d560cdd422e13bbcd9700a4e98196a2044b6ed33c3baa9358a1f extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "comun/proyecto/showSimple.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "comun/proyecto/showSimple.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "comun/proyecto/showSimple.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("proyecto.titulo"), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
echo " <div class=\"container-fluid p-0\">
<h1 class=\"h3 mb-3\">";
// line 8
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("proyecto.proyecto"), "html", null, true);
echo ": ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 8, $this->source); })()), "nombre", [], "any", false, false, false, 8), "html", null, true);
echo "</h1>
<div class=\"row\">
<div class=\"col-md-3 col-xl-2\">
<div class=\"card\">
<div class=\"list-group list-group-flush\" role=\"tablist\">
";
// line 16
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 16, $this->source); })()), "proyecto", [], "array", false, false, false, 16), "ver", [], "array", false, false, false, 16)) {
// line 17
echo " <a class=\"list-group-item list-group-item-action active\" data-toggle=\"list\" href=\"#datos\" role=\"tab\" aria-selected=\"true\">
";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("proyecto.datos"), "html", null, true);
echo "
</a>
";
}
// line 21
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 21, $this->source); })()), "resumen", [], "array", false, false, false, 21), "ver", [], "array", false, false, false, 21)) {
echo "<a class=\"list-group-item list-group-item-action\" id=\"resumenMenu\" data-url=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_comun_proyecto_resumen", ["proyecto" => twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 21, $this->source); })()), "id", [], "any", false, false, false, 21)]), "html", null, true);
echo "\" data-toggle=\"list\" href=\"#resumen\" role=\"tab\" aria-selected=\"false\">
";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("resumen.titulo"), "html", null, true);
echo "
</a>
";
}
// line 25
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 25, $this->source); })()), "tarea", [], "array", false, false, false, 25), "ver", [], "array", false, false, false, 25)) {
// line 26
echo " <a class=\"list-group-item list-group-item-action\" id=\"tareasMenu\" data-url=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_comun_tarea_index", ["proyecto" => twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 26, $this->source); })()), "id", [], "any", false, false, false, 26)]), "html", null, true);
echo "\" data-toggle=\"list\" href=\"#tareas\" role=\"tab\" aria-selected=\"false\">
";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tarea.titulo"), "html", null, true);
echo "
</a>
";
}
// line 30
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 30, $this->source); })()), "justificacion", [], "array", false, false, false, 30), "ver", [], "array", false, false, false, 30)) {
// line 31
echo " <a class=\"list-group-item list-group-item-action\" id=\"justificacionesMenu\" data-url=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_comun_justificacion_index", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 31, $this->source); })()), "id", [], "any", false, false, false, 31)]), "html", null, true);
echo "\" data-toggle=\"list\" href=\"#justificaciones\" role=\"tab\" aria-selected=\"false\">
";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("justificacion.titulo"), "html", null, true);
echo "
</a>
";
}
// line 35
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 35, $this->source); })()), "convenio", [], "array", false, false, false, 35), "ver", [], "array", false, false, false, 35)) {
// line 36
echo "
<a class=\"list-group-item list-group-item-action\" id=\"conveniosMenu\" data-url=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_comun_convenio_index", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 37, $this->source); })()), "id", [], "any", false, false, false, 37)]), "html", null, true);
echo "\" data-toggle=\"list\" href=\"#convenios\" role=\"tab\" aria-selected=\"false\">
";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("convenio.titulo"), "html", null, true);
echo "
</a>
";
}
// line 41
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 41, $this->source); })()), "gasto", [], "array", false, false, false, 41), "ver", [], "array", false, false, false, 41)) {
// line 42
echo " <a class=\"list-group-item list-group-item-action\" id=\"gastosMenu\" data-url=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_comun_gasto_index", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 42, $this->source); })()), "id", [], "any", false, false, false, 42)]), "html", null, true);
echo "\" data-toggle=\"list\" href=\"#gastos\" role=\"tab\" aria-selected=\"false\">
";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("gasto.titulo"), "html", null, true);
echo "
</a>
";
}
// line 46
echo " ";
if (twig_in_filter("ROLE_ADMIN", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 46, $this->source); })()), "user", [], "any", false, false, false, 46), "roles", [], "any", false, false, false, 46))) {
echo "
";
// line 48
if (twig_get_attribute($this->env, $this->source, (isset($context["acceso"]) || array_key_exists("acceso", $context) ? $context["acceso"] : (function () { throw new RuntimeError('Variable "acceso" does not exist.', 48, $this->source); })()), "acceso", [], "array", false, false, false, 48)) {
// line 49
echo " <a class=\"list-group-item list-group-item-action\" id=\"accesoMenu\" data-url=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_acceso_tercero_index", ["proyecto" => twig_get_attribute($this->env, $this->source, (isset($context["proyecto"]) || array_key_exists("proyecto", $context) ? $context["proyecto"] : (function () { throw new RuntimeError('Variable "proyecto" does not exist.', 49, $this->source); })()), "id", [], "any", false, false, false, 49)]), "html", null, true);
echo "\" data-toggle=\"list\" href=\"#acceso\" role=\"tab\" aria-selected=\"false\">
";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("acceso.titulo"), "html", null, true);
echo "
</a>
";
}
// line 53
echo " ";
}
// line 54
echo " </div>
</div>
</div>
<div class=\"col-md-9 col-xl-10\">
<div class=\"tab-content\">
";
// line 61
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabDatos.html.twig");
echo "
";
// line 63
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabResumen.html.twig");
echo "
";
// line 65
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabTarea.html.twig");
echo "
";
// line 67
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabJustificacion.html.twig");
echo "
";
// line 69
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabConvenio.html.twig");
echo "
";
// line 71
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabGasto.html.twig");
echo "
";
// line 73
echo twig_include($this->env, $context, "comun/proyecto/_tabs/tabAcceso.html.twig");
echo "
</div>
</div>
<div class=\"modal fade show\" id=\"modal-form\" tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\">
<div class=\"modal-dialog\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 id=\"formTitulo\" class=\"modal-title\"></h5>
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div id=\"bodyForm\">
</div>
<div class=\"modal-footer\">
<button id=\"guardarDatos\" type=\"button\" class=\"btn btn-primary\">";
// line 94
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comun.aceptar"), "html", null, true);
echo "</button>
</div>
</div>
</div>
</div>
<div class=\"modal fade show\" id=\"modal-adjuntos\" tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 id=\"tituloAdjuntos\" class=\"modal-title\"></h5>
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div id=\"bodyAdjuntos\">
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 122
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 123
echo "
";
// line 124
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script src=\"";
// line 125
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/comun/proyecto.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 126
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/comun/desplegar.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 127
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/comun/adjuntos.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 129
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/comun/resumen.js"), "html", null, true);
echo "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "comun/proyecto/showSimple.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 340 => 129, 335 => 127, 331 => 126, 327 => 125, 323 => 124, 320 => 123, 310 => 122, 273 => 94, 249 => 73, 244 => 71, 239 => 69, 234 => 67, 229 => 65, 224 => 63, 219 => 61, 210 => 54, 207 => 53, 201 => 50, 196 => 49, 194 => 48, 188 => 46, 182 => 43, 177 => 42, 174 => 41, 168 => 38, 164 => 37, 161 => 36, 158 => 35, 152 => 32, 147 => 31, 144 => 30, 138 => 27, 133 => 26, 130 => 25, 124 => 22, 117 => 21, 111 => 18, 108 => 17, 106 => 16, 93 => 8, 89 => 6, 79 => 5, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}{{ 'proyecto.titulo'|trans }}{% endblock %}
{% block body %}
<div class=\"container-fluid p-0\">
<h1 class=\"h3 mb-3\">{{ 'proyecto.proyecto'|trans }}: {{ proyecto.nombre }}</h1>
<div class=\"row\">
<div class=\"col-md-3 col-xl-2\">
<div class=\"card\">
<div class=\"list-group list-group-flush\" role=\"tablist\">
{% if acceso['proyecto']['ver']%}
<a class=\"list-group-item list-group-item-action active\" data-toggle=\"list\" href=\"#datos\" role=\"tab\" aria-selected=\"true\">
{{ 'proyecto.datos'|trans }}
</a>
{% endif %}
{% if acceso['resumen']['ver']%}<a class=\"list-group-item list-group-item-action\" id=\"resumenMenu\" data-url=\"{{ path(\"app_comun_proyecto_resumen\",{'proyecto': proyecto.id}) }}\" data-toggle=\"list\" href=\"#resumen\" role=\"tab\" aria-selected=\"false\">
{{ 'resumen.titulo'|trans }}
</a>
{% endif %}
{% if acceso['tarea']['ver']%}
<a class=\"list-group-item list-group-item-action\" id=\"tareasMenu\" data-url=\"{{ path(\"app_comun_tarea_index\",{'proyecto': proyecto.id}) }}\" data-toggle=\"list\" href=\"#tareas\" role=\"tab\" aria-selected=\"false\">
{{ 'tarea.titulo'|trans }}
</a>
{% endif %}
{% if acceso['justificacion']['ver']%}
<a class=\"list-group-item list-group-item-action\" id=\"justificacionesMenu\" data-url=\"{{ path(\"app_comun_justificacion_index\",{'id': proyecto.id}) }}\" data-toggle=\"list\" href=\"#justificaciones\" role=\"tab\" aria-selected=\"false\">
{{ 'justificacion.titulo'|trans }}
</a>
{% endif %}
{% if acceso['convenio']['ver']%}
<a class=\"list-group-item list-group-item-action\" id=\"conveniosMenu\" data-url=\"{{ path(\"app_comun_convenio_index\",{'id': proyecto.id}) }}\" data-toggle=\"list\" href=\"#convenios\" role=\"tab\" aria-selected=\"false\">
{{ 'convenio.titulo'|trans }}
</a>
{% endif %}
{% if acceso['gasto']['ver']%}
<a class=\"list-group-item list-group-item-action\" id=\"gastosMenu\" data-url=\"{{ path(\"app_comun_gasto_index\",{'id': proyecto.id}) }}\" data-toggle=\"list\" href=\"#gastos\" role=\"tab\" aria-selected=\"false\">
{{ 'gasto.titulo'|trans }}
</a>
{% endif %}
{% if \"ROLE_ADMIN\" in app.user.roles %}
{% if acceso['acceso'] %}
<a class=\"list-group-item list-group-item-action\" id=\"accesoMenu\" data-url=\"{{ path(\"app_acceso_tercero_index\",{'proyecto': proyecto.id}) }}\" data-toggle=\"list\" href=\"#acceso\" role=\"tab\" aria-selected=\"false\">
{{ 'acceso.titulo'|trans }}
</a>
{% endif %}
{% endif %}
</div>
</div>
</div>
<div class=\"col-md-9 col-xl-10\">
<div class=\"tab-content\">
{{ include('comun/proyecto/_tabs/tabDatos.html.twig') }}
{{ include('comun/proyecto/_tabs/tabResumen.html.twig') }}
{{ include('comun/proyecto/_tabs/tabTarea.html.twig') }}
{{ include('comun/proyecto/_tabs/tabJustificacion.html.twig') }}
{{ include('comun/proyecto/_tabs/tabConvenio.html.twig') }}
{{ include('comun/proyecto/_tabs/tabGasto.html.twig') }}
{{ include('comun/proyecto/_tabs/tabAcceso.html.twig') }}
</div>
</div>
<div class=\"modal fade show\" id=\"modal-form\" tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\">
<div class=\"modal-dialog\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 id=\"formTitulo\" class=\"modal-title\"></h5>
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div id=\"bodyForm\">
</div>
<div class=\"modal-footer\">
<button id=\"guardarDatos\" type=\"button\" class=\"btn btn-primary\">{{ 'comun.aceptar'|trans }}</button>
</div>
</div>
</div>
</div>
<div class=\"modal fade show\" id=\"modal-adjuntos\" tabindex=\"-1\" role=\"dialog\" aria-modal=\"true\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 id=\"tituloAdjuntos\" class=\"modal-title\"></h5>
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div id=\"bodyAdjuntos\">
</div>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src=\"{{ asset('js/comun/proyecto.js') }}\"></script>
<script src=\"{{ asset('js/comun/desplegar.js') }}\"></script>
<script src=\"{{ asset('js/comun/adjuntos.js') }}\"></script>
<script src=\"{{ asset('js/comun/resumen.js') }}\"></script>
{% endblock %}
", "comun/proyecto/showSimple.html.twig", "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/templates/comun/proyecto/showSimple.html.twig");
}
}