{% load i18n %} {% if corner_ribbon_config.position == "top-left" %}
{% include "insight_ui/components/corner_ribbon_content.html" with rotation="ltr:transform-[rotate(-45deg)] rtl:transform-[rotate(45deg)]" %}
{% elif corner_ribbon_config.position == "bottom-right" %}
{% include "insight_ui/components/corner_ribbon_content.html" with rotation="ltr:transform-[rotate(-45deg)] rtl:transform-[rotate(45deg)]" %}
{% elif corner_ribbon_config.position == "bottom-left" %}
{% include "insight_ui/components/corner_ribbon_content.html" with rotation="ltr:transform-[rotate(45deg)] rtl:transform-[rotate(-45deg)]" %}
{% else %}
{% include "insight_ui/components/corner_ribbon_content.html" with rotation="ltr:transform-[rotate(45deg)] rtl:transform-[rotate(-45deg)]" %}
{% endif %}