{% extends "ui/page.html" %} {% load i18n static ui %} {% block title %}{% if association.title %}{{ association.title }}{% else %}{{ association.target.url }}{% endif %}{% endblock %} {% block button_bar_class %}d-none{% endblock %} {% block page_head %} {{ block.super}} {% if association.description %} {% endif %} {% endblock %} {% block page_body %}

{% if association.title %} {{ association.title }} {% else %} {{ association.target.url }} {% endif %}

{% blocktranslate with created_at=association.created_at %}Saved on {{ created_at }}{% endblocktranslate %}
{% translate 'View original' %}

{% if show_controls %}
{% endif %} {% if association.description %}
{{ association.description }}
{% endif %} {% if association.target.is_youtube_video %}
{% if not request.user.is_anonymous and request.user.settings.auto_load_embeds %} {% include "ui/saves/partials/embed.html" with save=association.target %} {% else %}

{% translate 'Heads up!' %}

{% blocktranslate %} The link contains embeddable content. Loading it means that you accept cookies from the site - YouTube. {% endblocktranslate %}


{% endif %}
{% endif %}
{% endblock %}