{% if data is not none and 'plotly' in data %} {% set plotly_chart_title = data.plotly | plotly_chart_get_title | striptags %} {% set plot_id = (id_prefix ~ '_plot') | get_hash %}
{% if plotly_chart_title %} {{ plotly_chart_title }} {% else %} {{ schema.title | get_translated_text }} {% if loop %}#{{ loop.index }}{% endif %} {% endif %}
{% else %} — {% endif %}