{% extends "stadt/stadt.html" %} {% load i18n %} {% load fence_utils %} {% block heading_title %}
| {% trans "Name" %} | {% comment "see #12" %}{% trans "Location" %} | {% endcomment %}{% trans "Description" %} | {% trans "Installations" %} |
|---|---|---|---|
| {{ fence_site.name }} | {% comment "see #12" %}{{ fence_site.position|position_description }} | {% endcomment %}{{ fence_site.description }} | {{ fence_site|fence_site_years|join:", " }} |