{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
{% plugin_buttons object %} {% if perms.extras.add_computedfield %} {% clone_button object %} {% endif %} {% if perms.extras.change_computedfield %} {% edit_button object %} {% endif %} {% if perms.extras.delete_computedfield %} {% delete_button object %} {% endif %}

{% block title %}{{ object }}{% endblock %}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Computed Field
Content Type {{ object.content_type }}
Label {{ object.label }}
Slug {{ object.slug }}
Description {{ object.description|placeholder }}
Template
{{ object.template }}
Fallback Value {{ object.fallback_value }}
Weight {{ object.weight }}
{% endblock %}