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