{%if numMenu > 1 %}
{%for key, menuInfoList in menuTree.iteritems()%} {%if menuInfoList|length==1%} {{this._getMenuHandlerScript(menuInfoList[0])}} {%elif menuInfoList|length>1%}
{%endif%} {%endfor%}
{%endif%}