{% extends 'datafreezer/base.html' %} {% block title %}{{ dataset.title }}{% endblock title %} {% block custom_head %} {% endblock %} {% block content %}

{{ dataset.description }}

{% if dataset.date_begin != None and dataset.date_end != None %}
Date range
{{ dataset.date_begin|date:"N d, Y" }} - {{ dataset.date_end|date:"N d, Y" }}
{% endif %}
Date uploaded
{{ dataset.date_uploaded }}
Uploaded by
{{ uploader_name }}
Vertical
{{ dataset.vertical }}
Hub
{{ dataset.hub }}
Source
{{ dataset.source }}
Tags
{% for tag in tags %}
{{ tag.word }}
{% endfor %}
Dataset
 
Data dictionary

Data Dictionary What's in this dataset?

{% for field in datadict %} {% endfor %}
Column Index Heading Description Data Type
{{ field.columnIndex }} {{ field.heading }} {{ field.description }} {{ field.dataType }}
{% if articles %}

Articles Where has this data been sourced?

{% for article in articles %} {% endfor %}
Title Hyperlink
{{ article.title }}
{% endif %}
{% endblock content %} {% block scripts %} {% endblock scripts %}