{# {% trans 'Home' %}#}
{# {% if title %} › {{ title }}{% endif %}#}
{% if opts.verbose_name and opts.verbose_name %}{% url opts|admin_urlname:'changelist' as the_url %}
{% if the_url %}{{ opts.verbose_name_plural|capfirst }}{% else %}{{ opts.verbose_name_plural|capfirst }}{% endif %}
› {% if add %}{% trans 'Add' %} {{ opts.verbose_name }}{% else %}{{ original|truncatewords:"18" }}{% endif %}