{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %} {% block content_left_page %}
Config Context Schema
{% if object.owner %} {% endif %}
Name {{ object.name }}
Owner {{ object.owner|hyperlinked_object }}
Description {{ object.description|placeholder }}
{% endblock content_left_page %} {% block content_right_page %}
Data Schema {% include 'extras/inc/json_format.html' %}
{% include 'extras/inc/json_data.html' with data=object.data_schema format=format %}
{% endblock content_right_page %}