{{ playlist.name }}
{{ playlist.video_count() }} video{{ 's' if playlist.video_count() != 1 else '' }}
• Updated {{ playlist.updated_at.strftime('%Y-%m-%d') }}
{% if playlist.description %}
{{ playlist.description[:100] }}{% if playlist.description|length >
100 %}...{% endif %}
{% endif %}