<footer class="footer dark-section">
<div class="footer__inner width-default">
<div class="footer__links">
<div class="left">
<ul>
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
<li><a href="{{ path('classes') }}">Masterclass</a></li>
{% else %}
{% if app.request.attributes.get('_route') == 'main-page' %}
<li><a href="#" class="js-goto-form-section-popup">Masterclass</a></li>
{% else %}
<li><a href="#" class="js-closed-classes">Masterclass</a></li>
{% endif %}
{% endif %}
{# <li><a href="{{ path('private-lessons') }}">Coaching</a></li>#}
<li><a target="_blank" href="{{ path('contact') }}">Kontakt</a></li>
{# <li><a href="{{ path('press') }}">Press</a></li>#}
</ul>
</div>
<div class="right">
<p>
<a target="_blank" href="{{ path('pdf_leistungsbeschreibung') }}">Leistungen & Gebühren</a>
<a target="_blank" href="{{ path('pdf_agb') }}">AGB</a>
<a target="_blank" href="{{ path('pdf_datenschutz') }}">Datenschutz</a>
<a target="_blank" href="{{ path('impressum') }}">Impressum</a>
</p>
</div>
</div>
<div class="footer__copyright">
<p>© {{ "now"|date('Y') }} masterClassX | All Rights Reserved.</p>
{# <div class="left">#}
{# <p>© 2020 ASPACT | ONE | All Rights Reserved.</p>#}
{# </div>#}
{# <div class="right">#}
{# <ul>#}
{# <li><a href="{{ path('terms') }}">Terms</a></li>#}
{# <li><a href="{{ path('privacy-policy') }}">Privacy policy</a></li>#}
{# <li><a href="{{ path('cookie-policy') }}">Cookie policy</a></li>#}
{# </ul>#}
{# </div>#}
</div>
</div>
</footer>