{% load i18n %} {% for row in rows %}
{{ row.field.slug }}
· {{ row.field.get_field_type_display }}{% if row.field.multiple %} ({% trans "list" %}){% endif %}
{% if row.field.required %}· {% trans "required" %}{% endif %}
{% if not row.field.is_active %}· {% trans "hidden from the API" %}{% endif %}