{% extends "base.html" %} {% load static %} {% block content %}
{{ obj.description }}
{% endif %}| Start | {% if obj.start %} {{ obj.start }} {% else %} Unknown {% endif %} |
|---|---|
| End | {% if obj.end %} {{ obj.end }} {% else %} Unknown {% endif %} |
| Open Location Code | {% if obj.open_location_code %} {{ obj.open_location_code }} {% else %} Unknown {% endif %} |
| {{ related.title }} | {{ related.count }} |