diff --git a/views/person.html b/views/person.html index b830ce0..f019eb2 100644 --- a/views/person.html +++ b/views/person.html @@ -234,10 +234,11 @@ {% set count = 1 %} {% for FieldValue in FieldValues %} {% if FieldValue.FieldID == Field.ID %} - {% set count = count + 1 %} - {% if forloop.Last %} - + {% if FieldValue.FieldID == Field.ID %} +
+ + +
{% endif %} {% endif %} {% endfor %}