{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
| Name | {{ object.name }} | 
|---|---|
| Content Type | {{ object.content_type }} | 
| Enabled | {% checkmark object.enabled %} | 
| Group Name | {{ object.group_name|placeholder }} | 
| Weight | {{ object.weight }} | 
| Button Class | {{ object.get_button_class_display }} | 
| New Window | {% checkmark object.new_window %} | 
{{ object.link_text }}
      {{ object.link_url }}