<?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;
/* base_operario.html.twig */
class __TwigTemplate_dc4053140a476bb39188f2d7a46c33e181d21d695d90c3f526899948e475da93 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
];
}
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", "base_operario.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base_operario.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
\t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
<title>";
// line 6
$this->displayBlock('title', $context, $blocks);
echo "</title>
";
// line 9
echo "\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
";
// line 11
$this->displayBlock('stylesheets', $context, $blocks);
// line 14
echo "
";
// line 15
$this->displayBlock('javascripts', $context, $blocks);
// line 18
echo " \t\t<!--begin::Global Config(global config for global JS scripts)-->
\t\t\t<script>
\t\t\t\tvar KTAppSettings = {
\t\t\t\t\t\"breakpoints\": {
\t\t\t\t\t\t\"sm\": 576,
\t\t\t\t\t\t\"md\": 768,
\t\t\t\t\t\t\"lg\": 992,
\t\t\t\t\t\t\"xl\": 1200,
\t\t\t\t\t\t\"xxl\": 1400
\t\t\t\t\t},
\t\t\t\t\t\"colors\": {
\t\t\t\t\t\t\"theme\": {
\t\t\t\t\t\t\t\"base\": {
\t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"primary\": \"#3699FF\",
\t\t\t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
\t\t\t\t\t\t\t\t\"success\": \"#1BC5BD\",
\t\t\t\t\t\t\t\t\"info\": \"#8950FC\",
\t\t\t\t\t\t\t\t\"warning\": \"#FFA800\",
\t\t\t\t\t\t\t\t\"danger\": \"#F64E60\",
\t\t\t\t\t\t\t\t\"light\": \"#E4E6EF\",
\t\t\t\t\t\t\t\t\"dark\": \"#181C32\"
\t\t\t\t\t\t\t},
\t\t\t\t\t\t\t\"light\": {
\t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"primary\": \"#E1F0FF\",
\t\t\t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
\t\t\t\t\t\t\t\t\"success\": \"#C9F7F5\",
\t\t\t\t\t\t\t\t\"info\": \"#EEE5FF\",
\t\t\t\t\t\t\t\t\"warning\": \"#FFF4DE\",
\t\t\t\t\t\t\t\t\"danger\": \"#FFE2E5\",
\t\t\t\t\t\t\t\t\"light\": \"#F3F6F9\",
\t\t\t\t\t\t\t\t\"dark\": \"#D6D6E0\"
\t\t\t\t\t\t\t},
\t\t\t\t\t\t\t\"inverse\": {
\t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"primary\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"secondary\": \"#3F4254\",
\t\t\t\t\t\t\t\t\"success\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"info\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"warning\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"danger\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"light\": \"#464E5F\",
\t\t\t\t\t\t\t\t\"dark\": \"#ffffff\"
\t\t\t\t\t\t\t}
\t\t\t\t\t\t},
\t\t\t\t\t\t\"gray\": {
\t\t\t\t\t\t\t\"gray-100\": \"#F3F6F9\",
\t\t\t\t\t\t\t\"gray-200\": \"#EBEDF3\",
\t\t\t\t\t\t\t\"gray-300\": \"#E4E6EF\",
\t\t\t\t\t\t\t\"gray-400\": \"#D1D3E0\",
\t\t\t\t\t\t\t\"gray-500\": \"#B5B5C3\",
\t\t\t\t\t\t\t\"gray-600\": \"#7E8299\",
\t\t\t\t\t\t\t\"gray-700\": \"#5E6278\",
\t\t\t\t\t\t\t\"gray-800\": \"#3F4254\",
\t\t\t\t\t\t\t\"gray-900\": \"#181C32\"
\t\t\t\t\t\t}
\t\t\t\t\t},
\t\t\t\t\t\"font-family\": \"Poppins\"
\t\t\t\t};
\t\t\t</script>
\t\t\t<script src=\"";
// line 79
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.min.js"), "html", null, true);
echo "\"></script>
\t\t\t<script src=\"";
// line 80
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
echo "\"></script>
\t\t<!--end::Global Config-->
</head>
<body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled aside-minimize-hoverable\">
\t\t";
// line 85
echo "\t\t";
echo twig_include($this->env, $context, "includes/layout/_page-loader.html.twig");
echo "
\t\t<!--begin::Main-->
\t\t";
// line 87
echo twig_include($this->env, $context, "includes/layout/_header-mobile.html.twig");
echo "
\t\t<div class=\"d-flex flex-column flex-root\">
<!--begin::Wrapper-->
<div class=\"d-flex flex-column flex-row-fluid wrapper\" id=\"kt_wrapper\">
";
// line 92
echo " ";
echo twig_include($this->env, $context, "includes/layout/_header.html.twig");
echo "
<!--begin::Content-->
<div class=\"content d-flex flex-column flex-column-fluid\" id=\"kt_content\">
";
// line 95
echo twig_include($this->env, $context, "includes/partials/breadcrump.html.twig", ["text" => (isset($context["text"]) || array_key_exists("text", $context) ? $context["text"] : (function () { throw new RuntimeError('Variable "text" does not exist.', 95, $this->source); })())]);
echo "
";
// line 96
$this->displayBlock('body', $context, $blocks);
// line 98
echo " </div>
<!--end::Content-->
";
// line 100
echo twig_include($this->env, $context, "includes/layout/_footer.html.twig");
echo "
</div>
<!--end::Wrapper-->
\t\t</div>
\t\t<!--end::Main-->
\t\t";
// line 106
echo "\t\t";
echo twig_include($this->env, $context, "includes/layout/_extras/scrolltop.html.twig");
echo "
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 6
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 "Javier Ramos";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_stylesheets($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", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 12
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 15
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 16
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 96
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 97
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base_operario.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 271 => 97, 261 => 96, 248 => 16, 238 => 15, 225 => 12, 215 => 11, 196 => 6, 181 => 106, 173 => 100, 169 => 98, 167 => 96, 163 => 95, 156 => 92, 149 => 87, 143 => 85, 136 => 80, 132 => 79, 69 => 18, 67 => 15, 64 => 14, 62 => 11, 58 => 9, 54 => 6, 47 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
\t\t<link rel=\"shortcut icon\" href=\"/imagenes/favicon.ico\">
<title>{% block title %}Javier Ramos{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
\t\t<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" />
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
\t\t<!--begin::Global Config(global config for global JS scripts)-->
\t\t\t<script>
\t\t\t\tvar KTAppSettings = {
\t\t\t\t\t\"breakpoints\": {
\t\t\t\t\t\t\"sm\": 576,
\t\t\t\t\t\t\"md\": 768,
\t\t\t\t\t\t\"lg\": 992,
\t\t\t\t\t\t\"xl\": 1200,
\t\t\t\t\t\t\"xxl\": 1400
\t\t\t\t\t},
\t\t\t\t\t\"colors\": {
\t\t\t\t\t\t\"theme\": {
\t\t\t\t\t\t\t\"base\": {
\t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"primary\": \"#3699FF\",
\t\t\t\t\t\t\t\t\"secondary\": \"#E5EAEE\",
\t\t\t\t\t\t\t\t\"success\": \"#1BC5BD\",
\t\t\t\t\t\t\t\t\"info\": \"#8950FC\",
\t\t\t\t\t\t\t\t\"warning\": \"#FFA800\",
\t\t\t\t\t\t\t\t\"danger\": \"#F64E60\",
\t\t\t\t\t\t\t\t\"light\": \"#E4E6EF\",
\t\t\t\t\t\t\t\t\"dark\": \"#181C32\"
\t\t\t\t\t\t\t},
\t\t\t\t\t\t\t\"light\": {
\t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"primary\": \"#E1F0FF\",
\t\t\t\t\t\t\t\t\"secondary\": \"#EBEDF3\",
\t\t\t\t\t\t\t\t\"success\": \"#C9F7F5\",
\t\t\t\t\t\t\t\t\"info\": \"#EEE5FF\",
\t\t\t\t\t\t\t\t\"warning\": \"#FFF4DE\",
\t\t\t\t\t\t\t\t\"danger\": \"#FFE2E5\",
\t\t\t\t\t\t\t\t\"light\": \"#F3F6F9\",
\t\t\t\t\t\t\t\t\"dark\": \"#D6D6E0\"
\t\t\t\t\t\t\t},
\t\t\t\t\t\t\t\"inverse\": {
\t\t\t\t\t\t\t\t\"white\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"primary\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"secondary\": \"#3F4254\",
\t\t\t\t\t\t\t\t\"success\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"info\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"warning\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"danger\": \"#ffffff\",
\t\t\t\t\t\t\t\t\"light\": \"#464E5F\",
\t\t\t\t\t\t\t\t\"dark\": \"#ffffff\"
\t\t\t\t\t\t\t}
\t\t\t\t\t\t},
\t\t\t\t\t\t\"gray\": {
\t\t\t\t\t\t\t\"gray-100\": \"#F3F6F9\",
\t\t\t\t\t\t\t\"gray-200\": \"#EBEDF3\",
\t\t\t\t\t\t\t\"gray-300\": \"#E4E6EF\",
\t\t\t\t\t\t\t\"gray-400\": \"#D1D3E0\",
\t\t\t\t\t\t\t\"gray-500\": \"#B5B5C3\",
\t\t\t\t\t\t\t\"gray-600\": \"#7E8299\",
\t\t\t\t\t\t\t\"gray-700\": \"#5E6278\",
\t\t\t\t\t\t\t\"gray-800\": \"#3F4254\",
\t\t\t\t\t\t\t\"gray-900\": \"#181C32\"
\t\t\t\t\t\t}
\t\t\t\t\t},
\t\t\t\t\t\"font-family\": \"Poppins\"
\t\t\t\t};
\t\t\t</script>
\t\t\t<script src=\"{{ asset('bundles/fosjsrouting/js/router.min.js') }}\"></script>
\t\t\t<script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
\t\t<!--end::Global Config-->
</head>
<body id=\"kt_body\" class=\"header-fixed header-mobile-fixed subheader-enabled aside-minimize-hoverable\">
\t\t{#{{ include(\"includes/layout/_extras/offcanvas/quick-panel.html.twig\") }}#}
\t\t{{ include('includes/layout/_page-loader.html.twig') }}
\t\t<!--begin::Main-->
\t\t{{ include('includes/layout/_header-mobile.html.twig') }}
\t\t<div class=\"d-flex flex-column flex-root\">
<!--begin::Wrapper-->
<div class=\"d-flex flex-column flex-row-fluid wrapper\" id=\"kt_wrapper\">
{#{{ include('includes/partials/_hr_sparkles.html.twig') }}#}
{{ include('includes/layout/_header.html.twig') }}
<!--begin::Content-->
<div class=\"content d-flex flex-column flex-column-fluid\" id=\"kt_content\">
{{ include('includes/partials/breadcrump.html.twig', {'text' : text}) }}
{% block body %}
{% endblock %}
</div>
<!--end::Content-->
{{ include('includes/layout/_footer.html.twig') }}
</div>
<!--end::Wrapper-->
\t\t</div>
\t\t<!--end::Main-->
\t\t{#{{ include('includes/layout/layout.html.twig') }}#}
\t\t{{ include('includes/layout/_extras/scrolltop.html.twig') }}
</body>
</html>
", "base_operario.html.twig", "/var/www/vhosts/apunts.es/jramos.apunts.es/templates/base_operario.html.twig");
}
}