{% set facet='view' %} {% if recipe.name %} {{ recipe.name }} @ HXL Proxy {% else %} View data @ HXL Proxy {% endif %} {% include "includes/headers.html" %} {% set page_help='View-page' %} {% include "includes/navbar.html" %}
{% include "includes/data-tabs.html" %}

{% if recipe.name %} {{ recipe.name }} {% else %} View data {% endif %}

Download as: CSV | JSON lists | JSON objects

{% include "includes/source.html" %} {% if recipe.description %}

{{ recipe.description }}

{% endif %}
{% include 'includes/hxltable.html' %}
{% if source.has_more_rows %}
Note: Showing only the first {{ "{:,}".format(source.max_rows) }} data rows. Download the CSV or JSON for the full dataset. {% if recipe.args['max-rows'] %} (Limited to maximum {{ recipe.args['max-rows'] }} row(s) by the max-rows parameter.) {% endif %}
Note: Showing only the first {{ "{:,}".format(source.max_rows) }} data rows. Download the CSV or JSON for the full dataset. {% if recipe.args['max-rows'] %} (Limited to maximum {{ recipe.args['max-rows'] }} row(s) by the max-rows parameter.) {% endif %}
{% endif %}
{% include "includes/scripts.html" %}