{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
| Object Type | {{ object.content_type }} |
| Name | {{ object.name }} |
| Group Name | {{ object.group_name }} |
| Weight | {{ object.weight }} |
| Target URL | {{ object.target_url }} |
| Button Class | |
| New Window | {% if object.new_window %} {% else %} {% endif %} |
{{ object.text }} {% else %} {{ None }} {% endif %}