{{ dataset.get_label() }}

{% if dataset.is_expiring() %}
Note: this dataset will no longer be available after {{ dataset.is_expiring()|datetime("%d %b %Y, %H:%M")|safe }}. {% if can_unexpire %} You can cancel deletion.{% endif %}
{% endif %} {% if "copied_from" in dataset.parameters %}
This dataset was generated from another dataset.
{% endif %}
{% if __user_config("ui.inline_preview") and (dataset.get_extension() in ("csv", "gexf") or dataset.get_own_processor().map_item) %}

Preview

{% endif %} {% if current_user.is_authenticated and __user_config("privileges.can_run_processors") and dataset.num_rows > 0 and dataset.get_available_processors(user=current_user)|length > 0 and (__user_config("privileges.admin.can_manipulate_all_datasets") or dataset.is_accessible_by(current_user, role="owner")) %} {% endif %}