{% extends "indigo.html" %} {% load i18n %} {% block title %}VAMDC{% endblock %} {% block headline %}VAMDC Dictionary{% endblock %} {% block content %}

The columns' meaning is described below.

{% for keyword in object_list %} {% endfor %}
KeywordShort DescriptionLong DescriptionTypeConstraintUnit*UsageXSAMS Block
{{ keyword.name }} {{ keyword.sdescr }} {{ keyword.ldescr }} {% if keyword.type %}{{ keyword.get_type_display }}{% endif %} {% if keyword.constr %}{{ keyword.constr }}{% endif %} {% if keyword.unit %}{{ keyword.unit }}{% endif %} {% if keyword.datatype %}*{% endif %} {% for use in keyword.usage.iterator %}{{ use.name }}, {% endfor %} {% if keyword.block %}{{ keyword.get_block_display }}{% endif %}

Description of the columns in the table above:

{% endblock %}