{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% load i18n %} {% block content %}

{% trans "Config Context Profile" %}

{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'core/inc/datafile_panel.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}

{% trans "JSON Schema" %}
{% copy_content "schema" %}

{{ object.schema|json }}
{% endblock %}