{% if not h.charts_user_is_authenticated() and not h.charts_allow_anon_building_charts() %} {{ _("You have to login to access the chart builder.") }} {{ _("Click here to login") }} {% else %}
{% snippet "charts/snippets/chart_create_form.html", resource_id=resource_id, settings=settings, form_builder=form_builder(resource_id), errors={}, exclude_tabs=["General"], user_chart_builder=true %}
{% endif %}