{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
| Name | {{ object.name }} |
|---|---|
| URL | {{ object.url }} |
| Category | {{ object.category|placeholder }} |
| Icon |
{% if object.icon %}
{{ object.icon }}
{% else %}
{{ object.icon|placeholder }}
{% endif %}
|
| Weight | {{ object.weight }} |
| Open in New Tab | {% if object.new_tab %}{% checkmark True %}{% else %}{% checkmark False %}{% endif %} |
| Description | {{ object.description|placeholder }} |