{% extends 'template/page/base.html.twig' %} {% block head_style %} {% include 'lottery/style.color.html.twig' with {themeColor: themeColor, themeBgSize: themeBgSize} %} {% endblock %} {% block body %} {% include themeLayout %} {% include 'lottery/sponsors.modal.html.twig' %} {% if is_granted('ROLE_ADMIN') %} {% if urlIsLocked == false %} {% endif %} {% endif %} {% endblock %}