{% for kw in data['keywords'] %} {{ kw }} {% endfor %}
{% trans %}Id{% endtrans %} | {% trans %}Title{% endtrans %} | {% trans %}Data Type{% endtrans %} | {% trans %}Description{% endtrans %} |
---|---|---|---|
{{ key }} | {{ value.title|striptags|truncate }} | {{ value.schema.type }} | {{ value.description }} |
{% trans %}Id{% endtrans %} | {% trans %}Title{% endtrans %} | {% trans %}Description{% endtrans %} |
---|---|---|
{{ key }} | {{ value.title }} | {{ value.description | striptags | truncate }} |