{# Video display widget - thumbnail with play button #} {% load static %} {% if show_inline and video_info.embed_url %} {# Inline player #}
{% else %} {# Thumbnail with play button #} {# Thumbnail image #} {% if video_info.thumbnail_url %} Video thumbnail {% else %} {# Fallback placeholder #}
{{ video_info.icon }}
{% endif %} {# Play button overlay #}
play_circle
{# Platform badge #} {% if show_platform and video_info.platform != 'unknown' %}
{% if video_info.platform == 'youtube' %}YT{% elif video_info.platform == 'vimeo' %}Vimeo{% else %}Video{% endif %}
{% endif %}
{% endif %}