{% set _localized_node = node %}{% set _nomenu = node.vars.nomenu|default(false) %}{% extends 'base_bip.html.twig' %}{% block title %}{{ node.vars.meta_title|default(node.vars.title) }}{%endblock%}{% block content %}{% set has_module = false %}{% set has_product = false %}{% set page_slider_module = null %}{% if page_slider_module %}{% set slider = page_slider_module.children %}{% else %}{% set slider = load_nodes('slider').list %}{% endif %}<div id="content-start"><section class="news-section ">{% if not node.vars.notitle %}<div class="section-header"><h1><span>{{ node.vars.title }}</span></h1></div>{% endif %}<!-- Dodatkowe moduły z CMS -->{% for m in modules.content %}<section class="node-module">{{ m|raw }}</section>{% endfor %}</section></div>{% set bip_listing = node.vars.bip_listing|default(false) %}{% if not bip_listing %}<section class="info-section" @click="toggle"><span class="accordion-item-title"><span>Metryczka</span><svg aria-label="Ikona menu"><use xlink:href="#chevron-down-icon"></use></svg></span><div class="accordion-item-content"><div class="metadata"><span>Utworzono:</span> {{ node.vars.created_date|date('d.m.Y') }} przez {{node.vars.created_by}}<br/>{% if node.vars.updated_date %}<span>Edytowano:</span> {{ node.vars.updated_date|date('d.m.Y') }} przez {{ node.vars.updated_by }} <br/>{% endif %}{% if node.vars.publish_date %}<span>Opublikowano:</span> {{ node.vars.publish_date|date('d.m.Y') }} przez {{ node.vars.published_by }}<br/>{% endif %}</div></div></section><section class="info-section" @click="toggle"><span class="accordion-item-title"><span>Załączniki</span><svg aria-label="Ikona menu"><use xlink:href="#chevron-down-icon"></use></svg></span><div class="accordion-item-content"><div class="move-files-section"></div></div></section><section class="info-section" @click="toggle"><span class="accordion-item-title"><span>Historia zmian</span><svg aria-label="Ikona menu"><use xlink:href="#chevron-down-icon"></use></svg></span><div class="accordion-item-content"></div></section><script type="text/javascript">document.querySelectorAll('.files-section').forEach(function(section) {document.getElementsByClassName('move-files-section')[0].append(section);});</script>{% endif %}{% endblock %}{% block meta_keywords %}{{ node.vars.meta_keywords|default('') }}{% endblock %}{% block meta_description %}{{ node.vars.meta_description|default('') }}{% endblock %}{% block endhead %}{% if node.vars.norobots %}<meta name="robots" content="noindex, nofollow" />{% endif %}{% endblock %}