aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/maps/pins_js.html
blob: d9c6b353144737b555e582c7c3fcb68a49d54ff3 (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 %] ]