{% extends "base.html" %} {% block body %}
{% if dataset_list_msg %}
{% endif %}
{% for dataset in datasets %}
{% include 'source_dataset_snippet.html' %}
{% endfor %}
{% if server_mode == 'both' and not is_local_mode %}

Tip: Only public datasets are available. Additional Local datasets may be available if you are affiliated with this institution and are on the proper network, e.g., on-campus or using VPN.

{% endif %}

Select the checked source datasets. Next step is to select the tweets.

{% endblock %}