{% extends "ishtar/blocks/base_shortcut_menu.html" %} {% load i18n %} {% block short_content %}

{% trans 'Simple menu limited to your own items. Be careful only the last 100 items are displayed.' %}

{% for lbl, model_name, main_cls, items in current_menu %}

{% with 'show-'|add:model_name as model_url%} {% endwith %}
{% endfor %}

{% endblock %} {% block short_extrajs %} var advanced_menu = false; {% endblock %}