{% url 'admin:index' as link %}
{% trans 'Home' as name %}
{% include 'unfold/helpers/breadcrumb_item.html' with link=link name=name %}
{% for app in app_list %}
{% include 'unfold/helpers/breadcrumb_item.html' with link='' name=app.name|capfirst %}
{% endfor %}