<footer class="footer">
<div class="d-flex i-footer">
<div class="container d-flex justify-content-center justify-content-md-between align-items-center full">
<div class="d-none d-md-block">Copyright © {{ "now"|date("Y") }} | Breather One</div>
<div class="d-flex justify-content-between justify-content-md-end align-items-center">
<div class="d-block d-md-none pr-10">Copyright © {{ "now"|date("Y") }}</div>
<a href="https://honeti.com/" target="_blank" title="HONETi - Custom Software Development">
<img src="{{ asset("img/admin/honeti.svg") }}" alt="HONETi - Custom Software Development">
</a>
</div>
</div>
</div>
</footer>
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
<a class="btn-return-to-your-account" href="{{ path('logout_as') }}">
<i class="far fa-arrow-circle-left mr-1"></i>Wróć do swojego konta</a>
{% endif %}
<span id="icoGoTop" class="ico-go-top" data-scroll-target="#top"></span>
{% block javascripts_footer %}
{% endblock %}