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

{% endcomment %}

{% for lbl, model_name, current, widget in menu %}

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

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