{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
Bookmark
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 }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
{% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}