Files
changeblindness/views/results.txt.twig
mattbk 8a17b8fb33 Fix css change
Somehow the changes weren’t picked up right.
2015-11-07 13:03:28 -06:00

5 lines
297 B
Twig
Executable File

uid datetime host participant phase xcoordinate ycoordinate responsetime score
{% for record in data %}
{{record.uid}} {{record.datetime}} {{record.host}} {{record.participantid}} {{record.phase}} {{record.xcoordinate}} {{record.ycoordinate}} {{record.responsetime}} {{record.score}}
{% endfor %}