Parent: [84cfea] (diff)
Child: [46974a] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10
{% if c.project %} {% for s in c.project.sitemap() %} <a href="{{s.url}}" class="ui-icon-{{s.ui_icon or 'admin'}}"> {{s.label}} {% if s.url in request.url %} <span class="arrow"></span> {% endif %} </a> {% endfor %} {% endif %}