{% extends "base.html" %} {% load staticfiles %} {% block content %} {% block portal_content %} {% endblock portal_content %}

Find a place


Test a URL




{% if dataset %}
{% else %}
{% endif %} {% if dataset %} {% if dataset.dataset_password %}
{% else %}
{% endif %}
{% else %} {% if dataset_list %}
{% for dataset in dataset_list %} {% if dataset.dataset_password %}
{% else %}
{% endif %} {% endfor %} {% else %} No datasets available. Clear Search. {% endif %} {% endif %}
{% endblock content %}