{% set base_view_url = app.config.base_url ~ "/" ~ current_route %} {% if module_config.visibility_inheritance_relations is defined and module_config.visibility_inheritance_relations|length > 0 %} {% set tot_in_mod = 0 %} {% for relmodule,relmod in module_config.visibility_inheritance_relations %} {% if app.modules[relmodule] is defined %}{% set tot_in_mod = tot_in_mod+1 %}{% endif %} {% endfor %} {% if tot_in_mod>0 %}