diff --git a/templates/maps/dot.html b/templates/maps/dot.html new file mode 100644 index 0000000..00dcabb --- /dev/null +++ b/templates/maps/dot.html @@ -0,0 +1,63 @@ +{% extends 'base.html' %} +{% block main %} + + +
+ + {% include 'message_block.html' %} + +| Название | +Longitude | +latitude | +Ред. | +Уд. | +
|---|---|---|---|---|
| {{ dot.title }} | +{{ dot.longitude }} | +{{ dot.latitude }} | ++ + {% if perms.mapapp.change_dot %} + + + + {% endif %} + + {% if perms.mapapp.delete_dot %} + + + + {% endif %} + + | +|
| Вы ещё не создавали точки топологии. Создать | +||||
| + + + + | +||||