{% if dataset.description %}
Decription
{{ dataset.description }}
{% endif %} {% if dataset.tags %}
Tags
{% endif %} {% if dataset.creators %}
Creators
{% endif %} {% if dataset.link %}
Public link
{{ dataset.link }}

See the public version for citing this dataset.

{% endif %} {% if dataset.created %}
First loaded
{{ dataset.created.strftime('%Y-%m-%d') }}
{% endif %} {% if dataset.updated %}
Updated
{{ dataset.updated.strftime('%Y-%m-%d') }}
{% endif %} {% if dataset.first_tweet_created_at %}
First tweet
{{ dataset.first_tweet_created_at.strftime('%Y-%m-%d') }}
{% endif %} {% if dataset.last_tweet_created_at %}
Last tweet
{{ dataset.last_tweet_created_at.strftime('%Y-%m-%d') }}
{% endif %} {% if dataset.tweet_count %}
Tweet count
{{ dataset.tweet_count | nf }}
{% endif %}
ID
{{ dataset.meta.id }}