{% extends 'base.html.twig' %} {% block localstyle %} {% if look=="list" %} #R1C1:first-child { margin-top: 30px; } .widget-mini .logo { background-color: {{app.session.get('colorbgbodydark')}}; padding: 3px; border-radius: 100%; } {% endif %} {% endblock %} {% block menuuser %} {% if access=="admin" %} {% set template="" %} {% if mode=="viewtemplate" %} {% set template="template" %} {% endif %}