{% if component.type == PictureComponent.big_number %} {% include "./big-number.html" with title=component.props.title indicator=component.props.indicator source=component.props.source filters=component.props.filters showcase=component.props.showcase %} {% elif component.type == PictureComponent.breakdown %} {% include "./breakdown.html" with indicator=component.props.indicator %} {% elif component.type == PictureComponent.sankey %} {% include "./sankey.html" with indicator=component.props.indicator %} {% elif component.type == PictureComponent.history %} {% include "./history.html" with indicator=component.props.indicator %} {% elif component.type == PictureComponent.dynamic_map %} {% include "./dynamic-map.html" with indicator=component.props.indicator %} {% endif %}