{% for item in breadcrumbs %}
-
{% if not forloop.last %}
{{ item.label }}
{% else %}
{{ item.label }}
{% endif %}
{% endfor %}
{% block pagetitle %}
{{ pagetitle|default:"Dashboard" }}
{% endblock %}
{% comment %}
{% block pagetitle %}{{ pagetitle|default:"Dashboard" }}{% endblock %}
{% endcomment %}