aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/pins_js.html
blob: 10c5342e3f83bf8eec7d6c06f524e6648ae024d6 (plain)
1
2
3
4
[ [% FOR pin IN map.pins -%]
    [ [% pin.latitude %], [% pin.longitude %], '[% pin.colour %]', [% pin.id %], "[% pin.title | escape_js %]", '[% pin.type %]' ]
    [%- IF !loop.last %],[% END %]
[% END %] ]