<?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;
/* frontend/documento/public.html.twig */
class __TwigTemplate_567cbbdd7ef05791a9339d07f21639d3 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'metas_titulo' => [$this, 'block_metas_titulo'],
'metas_descripcion' => [$this, 'block_metas_descripcion'],
'keywords' => [$this, 'block_keywords'],
'datosestructurados' => [$this, 'block_datosestructurados'],
'stylesheetspecific' => [$this, 'block_stylesheetspecific'],
'header_nav_item_document_active_class' => [$this, 'block_header_nav_item_document_active_class'],
'header_nav_item_document_public_active_class' => [$this, 'block_header_nav_item_document_public_active_class'],
'content' => [$this, 'block_content'],
'javascriptspecific' => [$this, 'block_javascriptspecific'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/layout.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", "frontend/documento/public.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/documento/public.html.twig"));
$this->parent = $this->loadTemplate("frontend/layout.html.twig", "frontend/documento/public.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_title($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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 3, $this->source); })()), "titulo", [], "any", false, false, false, 3), "html", null, true);
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 5
public function block_metas_titulo($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", "metas_titulo"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas_titulo"));
// line 6
echo " <meta name=\"title\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 6, $this->source); })()), "titulo", [], "any", false, false, false, 6), "html", null, true);
echo "\"/>
<meta http-equiv=\"title\" content=\"";
// line 7
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 7, $this->source); })()), "titulo", [], "any", false, false, false, 7), "html", null, true);
echo "\"/>
<meta name=\"DC.Title\" content=\"";
// line 8
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 8, $this->source); })()), "titulo", [], "any", false, false, false, 8), "html", null, true);
echo "\"/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 11
public function block_metas_descripcion($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", "metas_descripcion"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas_descripcion"));
// line 12
echo " <meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 12, $this->source); })()), "descripcion", [], "any", false, false, false, 12), "html", null, true);
echo "\"/>
<meta http-equiv=\"description\" content=\"";
// line 13
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 13, $this->source); })()), "descripcion", [], "any", false, false, false, 13), "html", null, true);
echo "\"/>
<meta name=\"DC.description\" content=\"";
// line 14
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 14, $this->source); })()), "descripcion", [], "any", false, false, false, 14), "html", null, true);
echo "\"/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 17
public function block_keywords($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", "keywords"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "keywords"));
// line 18
echo " <meta name=\"Keywords\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 18, $this->source); })()), "tags", [], "any", false, false, false, 18), "html", null, true);
echo "\"/>
<meta http-equiv=\"keywords\" content=\"";
// line 19
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 19, $this->source); })()), "tags", [], "any", false, false, false, 19), "html", null, true);
echo "\"/>
<meta name=\"DC.keywords\" content=\"";
// line 20
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["seo_on_page"]) || array_key_exists("seo_on_page", $context) ? $context["seo_on_page"] : (function () { throw new RuntimeError('Variable "seo_on_page" does not exist.', 20, $this->source); })()), "tags", [], "any", false, false, false, 20), "html", null, true);
echo "\"/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 23
public function block_datosestructurados($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", "datosestructurados"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "datosestructurados"));
// line 24
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 27
public function block_stylesheetspecific($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", "stylesheetspecific"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheetspecific"));
// line 28
echo " <link href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/css/documentos.css"), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\"/>
<style>
.m_form_search{
height: 32px !important;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 36
public function block_header_nav_item_document_active_class($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", "header_nav_item_document_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_document_active_class"));
echo "active";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 37
public function block_header_nav_item_document_public_active_class($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", "header_nav_item_document_public_active_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_nav_item_document_public_active_class"));
echo "active";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 39
public function block_content($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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 40
echo "
<div id=\"content\" class=\"p-0 clearfix\">
<div id=\"events\" class=\"container py-4 py-lg-6\">
<hr class=\"hr-lg mt-0 mb-2 w-10 mx-auto hr-primary\"/>
<h2 class=\"text-slab text-center text-uppercase mt-0 mb-5\">
Public Documents
</h2>
<div id=\"lista-documento\" class=\"form-wrapper\">
<!--begin: Search Form -->
<form class=\"p-3 bg-light mb-2\">
<div class=\"row align-items-center\">
<!-- filtro categoria -->
<div class=\"col-md-3\">
<select data-toggle=\"select\" data-live-search=\"true\"
class=\"form-control\" id=\"filtro-categoria\">
<option value=\"\">Category</option>
";
// line 60
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categorias"]) || array_key_exists("categorias", $context) ? $context["categorias"] : (function () { throw new RuntimeError('Variable "categorias" does not exist.', 60, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 61
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "categoria_id", [], "any", false, false, false, 61), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "descripcion", [], "any", false, false, false, 61), "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 64
echo " </select>
</div>
<div class=\"col-md-3\">
<input type=\"text\" class=\"form-control m_form_search\" placeholder=\"Search...\">
</div>
<!-- btn filtrar -->
<div class=\"col-md-2\">
<a href=\"javascript:;\" id=\"btn-filtrar\" class=\"btn btn-dark\">
<span>
<i class=\"fa fa-search\"></i>
<span>Search</span>
</span>
</a>
</div>
</div>
</form>
<!--end: Search Form -->
<!--begin: Datatable -->
<div class=\"m_datatable\" id=\"documento-table-editable\"></div>
<!--end: Datatable -->
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 94
public function block_javascriptspecific($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", "javascriptspecific"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascriptspecific"));
// line 95
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/ican/plugins/jquery-validation/js/jquery.validate.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 97
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/ican/js/date.format.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 98
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/ican/js/myapp.js"), "html", null, true);
echo "\"></script>
<script>
// usuario actual
var currentUser = {
usuario_id: \"";
// line 103
echo twig_escape_filter($this->env, 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.', 103, $this->source); })()), "user", [], "any", false, false, false, 103), "usuarioId", [], "any", false, false, false, 103), "html", null, true);
echo "\",
nombre: \"";
// line 104
echo twig_escape_filter($this->env, 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.', 104, $this->source); })()), "user", [], "any", false, false, false, 104), "nombre", [], "any", false, false, false, 104), "html", null, true);
echo "\",
email: \"";
// line 105
echo twig_escape_filter($this->env, 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.', 105, $this->source); })()), "user", [], "any", false, false, false, 105), "email", [], "any", false, false, false, 105), "html", null, true);
echo "\",
rol: \"";
// line 106
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 106, $this->source); })()), "user", [], "any", false, false, false, 106), "rol", [], "any", false, false, false, 106), "rolId", [], "any", false, false, false, 106), "html", null, true);
echo "\",
empresa_id: \"";
// line 107
if (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.', 107, $this->source); })()), "user", [], "any", false, false, false, 107), "empresa", [], "any", false, false, false, 107)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 107, $this->source); })()), "user", [], "any", false, false, false, 107), "empresa", [], "any", false, false, false, 107), "empresaId", [], "any", false, false, false, 107), "html", null, true);
}
echo "\"
}
jQuery(document).ready(function () {
MyApp.init();
});
</script>
<script src=\"";
// line 115
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/frontend/js/my/documentos-public.js"), "html", null, true);
echo "\"></script>
<script>
jQuery(document).ready(function () {
DocumentosPublic.init();
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "frontend/documento/public.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 411 => 115, 398 => 107, 394 => 106, 390 => 105, 386 => 104, 382 => 103, 374 => 98, 370 => 97, 364 => 95, 354 => 94, 316 => 64, 304 => 61, 300 => 60, 278 => 40, 268 => 39, 249 => 37, 230 => 36, 212 => 28, 202 => 27, 191 => 24, 181 => 23, 169 => 20, 165 => 19, 160 => 18, 150 => 17, 138 => 14, 134 => 13, 129 => 12, 119 => 11, 107 => 8, 103 => 7, 98 => 6, 88 => 5, 67 => 3, 44 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/layout.html.twig' %}
{% block title %} {{ seo_on_page.titulo }} {% endblock title %}
{% block metas_titulo %}
<meta name=\"title\" content=\"{{ seo_on_page.titulo }}\"/>
<meta http-equiv=\"title\" content=\"{{ seo_on_page.titulo }}\"/>
<meta name=\"DC.Title\" content=\"{{ seo_on_page.titulo }}\"/>
{% endblock metas_titulo %}
{% block metas_descripcion %}
<meta name=\"description\" content=\"{{ seo_on_page.descripcion }}\"/>
<meta http-equiv=\"description\" content=\"{{ seo_on_page.descripcion }}\"/>
<meta name=\"DC.description\" content=\"{{ seo_on_page.descripcion }}\"/>
{% endblock metas_descripcion %}
{% block keywords %}
<meta name=\"Keywords\" content=\"{{ seo_on_page.tags }}\"/>
<meta http-equiv=\"keywords\" content=\"{{ seo_on_page.tags }}\"/>
<meta name=\"DC.keywords\" content=\"{{ seo_on_page.tags }}\"/>
{% endblock keywords %}
{% block datosestructurados %}
{% endblock datosestructurados %}
{% block stylesheetspecific %}
<link href=\"{{ asset('bundles/frontend/css/documentos.css') }}\" rel=\"stylesheet\" type=\"text/css\"/>
<style>
.m_form_search{
height: 32px !important;
}
</style>
{% endblock %}
{% block header_nav_item_document_active_class %}active{% endblock %}
{% block header_nav_item_document_public_active_class %}active{% endblock %}
{% block content %}
<div id=\"content\" class=\"p-0 clearfix\">
<div id=\"events\" class=\"container py-4 py-lg-6\">
<hr class=\"hr-lg mt-0 mb-2 w-10 mx-auto hr-primary\"/>
<h2 class=\"text-slab text-center text-uppercase mt-0 mb-5\">
Public Documents
</h2>
<div id=\"lista-documento\" class=\"form-wrapper\">
<!--begin: Search Form -->
<form class=\"p-3 bg-light mb-2\">
<div class=\"row align-items-center\">
<!-- filtro categoria -->
<div class=\"col-md-3\">
<select data-toggle=\"select\" data-live-search=\"true\"
class=\"form-control\" id=\"filtro-categoria\">
<option value=\"\">Category</option>
{% for item in categorias %}
<option value=\"{{ item.categoria_id }}\">{{ item.descripcion }}
</option>
{% endfor %}
</select>
</div>
<div class=\"col-md-3\">
<input type=\"text\" class=\"form-control m_form_search\" placeholder=\"Search...\">
</div>
<!-- btn filtrar -->
<div class=\"col-md-2\">
<a href=\"javascript:;\" id=\"btn-filtrar\" class=\"btn btn-dark\">
<span>
<i class=\"fa fa-search\"></i>
<span>Search</span>
</span>
</a>
</div>
</div>
</form>
<!--end: Search Form -->
<!--begin: Datatable -->
<div class=\"m_datatable\" id=\"documento-table-editable\"></div>
<!--end: Datatable -->
</div>
</div>
</div>
{% endblock %}
{% block javascriptspecific %}
<script src=\"{{ asset('bundles/ican/plugins/jquery-validation/js/jquery.validate.min.js') }}\"></script>
<script src=\"{{ asset('bundles/ican/js/date.format.js') }}\"></script>
<script src=\"{{ asset('bundles/ican/js/myapp.js') }}\"></script>
<script>
// usuario actual
var currentUser = {
usuario_id: \"{{ app.user.usuarioId }}\",
nombre: \"{{ app.user.nombre }}\",
email: \"{{ app.user.email }}\",
rol: \"{{ app.user.rol.rolId }}\",
empresa_id: \"{% if app.user.empresa %}{{ app.user.empresa.empresaId }}{% endif %}\"
}
jQuery(document).ready(function () {
MyApp.init();
});
</script>
<script src=\"{{ asset('bundles/frontend/js/my/documentos-public.js') }}\"></script>
<script>
jQuery(document).ready(function () {
DocumentosPublic.init();
});
</script>
{% endblock %}
", "frontend/documento/public.html.twig", "/var/www/condominio/indianlakevillage1/templates/frontend/documento/public.html.twig");
}
}