{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Custom Link" %}
{% trans "Name" %} {{ object.name }}
{% trans "Enabled" %} {% checkmark object.enabled %}
{% trans "Group Name" %} {{ object.group_name|placeholder }}
{% trans "Weight" %} {{ object.weight }}
{% trans "Button Class" %} {{ object.get_button_class_display }}
{% trans "New Window" %} {% checkmark object.new_window %}
{% trans "Assigned Models" %}
{% for ct in object.content_types.all %} {% endfor %}
{{ ct }}
{% plugin_left_page object %}
{% trans "Link Text" %}
{{ object.link_text }}
{% trans "Link URL" %}
{{ object.link_url }}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}