<%= t("session_token", scope: "decidim.forms.user_answers_serializer") %> | <%= t("user_status", scope: "decidim.forms.user_answers_serializer") %> | <%= t("ip_hash", scope: "decidim.forms.user_answers_serializer") %> | <%= t("completion", scope: "decidim.forms.user_answers_serializer") %> | <%= t("created_at", scope: "decidim.forms.user_answers_serializer") %> |
---|---|---|---|---|
<%= participant.session_token %> | <%= participant.status %> | <%= participant.ip_hash %> | <%= display_percentage(participant.completion) %> | <%= l participant.answered_at, format: :short %> |
<%= answer.body %>
<% end %>