{% extends 'mini_kaggle/basic.html' %} {% load static %} {% block head %} {% endblock %} {% block title %}Dataset Details{% endblock %} {% block body %} {% include "datasets/dataset_info.html" %} {% include "datasets/dataset_content.html" %} Download Delete {% if dataset.tags.all %}
Tags: {% for tag in dataset.tags.all %} {% if dataset.is_public == True %} {{ tag.text }} {% else %} {{ tag.text }} {% endif %} {% endfor %}
{% endif %} {% endblock %}