{% if shortcut.can_change %}
  • {% if shortcut.title %}{{ shortcut.title|safe }}{% endif %} {% if shortcut.count %}{{ shortcut.count }}{% endif %} {% if shortcut.count_new %}{{ shortcut.count_new }}{% endif %} {% if shortcut.url_name and shortcut.can_add %} {% if shortcut.add_url %} {% else %} {% endif %} Adicionar {% endif %} {% if shortcut.children|length > 0 %} {% endif %}
  • {% endif %}