{% extends "stadt/stadt.html" %} {% load i18n %} {% load fence_utils %} {% block heading_title %}

{% trans "Fence Sites" %}

{% endblock %} {% block content %}

{% trans "Fence Sites" %}

{% comment "see #12" %} {% endcomment %} {% for fence_site in object_list %} {% comment "see #12" %} {% endcomment %} {% endfor %}
{% trans "Name" %}{% trans "Location" %}{% trans "Description" %} {% trans "Installations" %}
{{ fence_site.name }}{{ fence_site.position|position_description }}{{ fence_site.description }} {{ fence_site|fence_site_years|join:", " }}
{% endblock %}