{{ dataset.get_label() }}

{% if timestamp_expires %}
Note: this dataset will no longer be available after {{ timestamp_expires|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 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 dataset.is_accessible_by(current_user, role="owner") %} {% endif %}