{% load i18n %} {% load url from future%} {% if current_menu %}
{% for lbl, model_name, main_cls, items in current_menu %} {% with 'show-'|add:model_name as model_url%} {% endwith %} {% endfor %}
{% endif %}