{% set tags = h.get_facet_items_dict('tags', search_facets, limit=3) %} {% set placeholder = _('E.g. gene name, project name, mutation') %} {% set dataset_type = h.default_package_type() %}

{{ _("SEARCH DATA") }}

{% if tags %}

{{ _('Popular tags') }}

{% for tag in tags %} {{ tag.display_name|truncate(22) }} {% endfor %}
{% endif %}