{% set active_pill_route='slideshow_content_list' %} {% extends 'base.jinja.html' %} {% block page_title %} {{ l.slideshow_content_page_title }} {% endblock %} {% block add_css %} {{ HOOK(H_SLIDESHOW_CONTENT_CSS) }} {% endblock %} {% block add_js %} {{ HOOK(H_SLIDESHOW_CONTENT_JAVASCRIPT) }} {% endblock %} {% block body_class %}view-content-edit edit-page{% endblock %} {% block page %}

{{ l.slideshow_content_form_edit_title }}

{% if request.args.get('saved') %}
{{ l.common_saved }}
{% endif %}
{% if content.type == enum_content_type.EXTERNAL_STORAGE %} {% endif %} {% set location = content.location %} {% if content.type == enum_content_type.YOUTUBE %} {% set location = 'https://www.youtube.com/watch?v=' ~ content.location %} {% endif %}
{{ l.common_cancel }}
{% set icon = enum_content_type.get_fa_icon(content.type) %} {% set color = enum_content_type.get_color_icon(content.type) %}

{{ t(content.type) }}

{% endblock %}