{% if item.dataType %}
Data Type |
{{ item.dataType }} |
{% endif %}
{% if item.unitOfMeasure %}
Unit Of Measure |
{{ item.unitOfMeasure }}
{% if item.unitOfMeasure.symbol %}({{ item.unitOfMeasure.symbol }}){% endif %}
|
{% endif %}
{% if item.format %}
Format |
{{ item.format }} |
{% endif %}
{% if item.maximumLength %}
Maximum character length |
{{ item.maximumLength }} |
{% endif %}
{% with permissible_values=item.permissiblevalue_set.all %}
{% if permissible_values|length > 0 %}
{% endif %}
{% endwith %}
{% with supplementary_values=item.supplementaryvalue_set.all %}
{% if supplementary_values|length > 0 %}