{% load i18n %}

{% if data.role_choice %} {% if data.edit %}Edit{% else %}Add a new{% endif %} {{data.role_choice}} {% else %} {% if data.edit %}Edit{% else %}Add new{% endif %} Resource {% endif %}

Download


Title: {{data.data_structure.name}} {% if data.data_structure.template.format == "XSD" %}
{{data.form|safe}}
{% elif data.data_structure.template.format == "JSON" %}
{% endif %}
{% if data.data_structure.template.format == "JSON" %} {% endif %}