{% extends "base.html" %} {% block app_content %}

{{title}}

Export JSON

{% if display == 'cdes' %} {% for item in ents %} {% set row_count = item['permissibleValues'] | length + 1%} {% for pv in item['permissibleValues'] %} {% endfor %} {% endfor %}
Model Version Property CDE Name Permissible Values Synonyms
{{ item['dataCommons'] }} {{ item['version'] }} {{ item['property']['handle'] }} {{ item['CDEFullName'] }}
{{ pv['value'] }} {{ pv['synonyms'] | join(", ")}}
{% endif %} {% endblock %}