{% extends "webpage/base.html" %} {% load staticfiles %} {% block title %}List of Places{% endblock %} {% block scriptHeader %} {% endblock %} {% block content %} {% if object_list %}
Name | GeoNames |
---|---|
{% if user.is_authenticated %} {{ object }} (edit) {% else %} {{ object }} {% endif %} | {{ object.geonames_id }} |