{% extends "administrator/base.html" %} {% load static i18n base_tag administrator_tag %} {% block title %}{{page_title}}{% endblock %} {% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}

Carousels

{% for carousel in carousels %}
{% get_landing_asset_active_badge carousel.start_date carousel.end_date carousel.is_active %}

Date : {{carousel.start_date}} - {{carousel.end_date}}

Ordering : {{carousel.ordering}}

{% if carousel.title_en %}

EN

{{carousel.title_en}}

{% if carousel.description_en %}

{{carousel.description_en}}

{% endif %} {% if carousel.button_url %}

Button : {{carousel.button_title_en}}

{% endif %}
PC Image {% if carousel.image_mobile_en %} Mobile Image {% endif %}
{% endif %} {% if carousel.title_ko %}

KO

{{carousel.title_ko}}

{% if carousel.description_ko %}{{carousel.description_ko}}

{% endif %} {% if carousel.button_url %}

Button : {{carousel.button_title_ko}}

{% endif %}
PC Image {% if carousel.image_mobile_ko %} Mobile Image {% endif %}
{% endif %}
{% empty %}

No Carousels

{% endfor %}

Popups

{% for popup in popups %}
{% get_landing_asset_active_badge popup.start_date popup.end_date popup.is_active %}

Date : {{popup.start_date}} - {{popup.end_date}}

{% if popup.title_en %}

EN

{{popup.title_en}}

{% if popup.url %}

Link : {{popup.url}}

{% endif %}
PC Image {% if popup.image_mobile_en %} Mobile Image {% endif %}
{% endif %} {% if popup.title_ko %}

KO

{{popup.title_ko}}

{% if popup.url %}

Link : {{popup.url}}

{% endif %}
PC Image {% if popup.image_mobile_ko %} Mobile Image {% endif %}
{% endif %}
{% empty %}

No Popups

{% endfor %}

Thin Banners

{% for thinbanner in thinbanners %}
{% get_landing_asset_active_badge thinbanner.start_date thinbanner.end_date thinbanner.is_active %}

Date : {{thinbanner.start_date}} - {{thinbanner.end_date}}

{% if thinbanner.title_en %}

EN

{{thinbanner.title_en}}

{% if thinbanner.url %}

Link : {{thinbanner.url}}

{% endif %}
PC Image {% if thinbanner.image_mobile_en %} Mobile Image {% endif %}
{% endif %} {% if thinbanner.title_ko %}

KO

{{thinbanner.title_ko}}

{% if thinbanner.url %}

Link : {{thinbanner.url}}

{% endif %}
PC Image {% if thinbanner.image_mobile_ko %} Mobile Image {% endif %}
{% endif %}
{% empty %}

No Thin Banners

{% endfor %}
{% include "base/pagination.html" with paginator=paginator add_css="page_nav_dark" sign_align="end"%} {% endblock content %}