{% extends "obadmin/old_base.html" %}
{% load eb %}
{% block title %}{% METRO_NAME %}{% endblock %}
{% block content %}
{{ news_item }}
Values
| schema | {{ news_item.schema }} |
| title | {{ news_item.title }} |
| description | {{ news_item.description }} |
| pub_date | {{ news_item.pub_date }} |
| item_date | {{ news_item.item_date }} |
| location_name | {{ news_item.location_name }} |
| location_object | {{ news_item.location_object }} |
Attributes
{% for attribute in attributes %}
| {{ attribute.name }} |
{{ attribute.real_name }}
| {{ attribute.raw_value }}
|
{% endfor %}
{% endblock %}