{% if chart.use_custom_tab_css is not true %}
{{ macro.generate_tab_css() }}
{% else %}
{% endif %}
{{ macro.display_tablinks(chart) }}
{% for c in chart %}
{% if c._component_type in ("table", "image") %}
{{ macro.gen_components_content(c) }}
{% elif c._component_type == "project_openrank" %}