{% macro dataset_part_row(part, dataset, current_account, config) %}
Dataset part has not yet been reviewed, and is not visible in public lists
{% endif %} {% if current_account and (part.needs_review and current_account.has_scope("review")) %}
{%- for path in part.paths -%}
{{ path.path | string }}
{% endfor -%}
{% endif %}