{% extends "base.html" %} {% block includes %} {% endblock %} {% block content %}

Concepts

JSON | CSV
{% for concept in concepts %} {% endfor %}
Name Types
{{ concept.name }} {{ concept.concept_types|join(", ") }} Add
  Add Concept
{% endblock content %}