diff --git a/templates/csv_preview.html b/templates/csv_preview.html index 5f66592..99666c9 100644 --- a/templates/csv_preview.html +++ b/templates/csv_preview.html @@ -64,8 +64,11 @@ {% for entry in entries %} {% for attrib in item_attributes %} - + {{ entry[attrib.attrib_name] }} + {% if attrib.primary and editable %} + + {% endif %} {% endfor %}