{% load markup %}

{{ field.name }}

Datatype: {{ field.datatype }} {% if field.keywords %}
Keywords: {{ field.keywords }} {% endif %} {% if field.choices %}
Choices: {% filter truncatewords:30 %}{% for choice in field.values %}{{ choice|default_if_none:"No Data" }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endfilter %} {% endif %}

{{ field.description|default:"No description has been written yet!"|markdown }}