{%extends "base.html" %} {%block title%}The Digital Manufacturing Equipment Database{%endblock%} {%block subtitle%}the tools you need to change the world{%endblock%} {%block localstyles%} {%endblock%} {%block scripts%} {%endblock%} {%block localscript%} var layerLabs; var icon; var locatorToggled = false; var locateMarker; var map; function init() { map = Map(); sel = LatLonSelector(); map.init("map"); sel.init(map); search(""); } {%endblock%} {%block navigation%}
{% if userauthed %} Add a site Manage your sites Logout {% else %} Login {% endif %} {%endblock%} {%block maincontent%}
{{addsiteform.as_table}}
{{editsiteform.as_table}}
Quick locations: World Iceland Europe South America Africa Russia China Australia USA
{%endblock%}