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