Files
changeblindness/views/results.txt.twig
Raymond Jelierse 0fd915729b First commit.
This still needs some work on the installer, which is not added yet.
2012-02-25 20:55:15 +01:00

6 lines
373 B
Twig

notable unnoted renoted
x y time x y time x y time
{% for result in data %}
{{result.notable.xcoordinate}} {{result.notable.ycoordinate}} {{result.notable.responsetime}} {{result.unnoted.xcoordinate}} {{result.unnoted.ycoordinate}} {{result.unnoted.responsetime}} {{result.renoted.xcoordinate}} {{result.renoted.ycoordinate}} {{result.renoted.responsetime}}
{% endfor %}