{% include "ui/modal/header.html" title="New report" %}
{% assign reports = "Simple:Provide only basic data needed for the report,Advanced:Insert charts and additional advanced analyses to be inserted in the report" | split: "," %}
{% for report in reports %}
{% assign r = report | split: ':' %}
{% endfor %}
{% include "ui/form/input-group.html" prepend="https=//tabler.io/reports/" flat=true input-class="ps-0" value="report-01" %}