{% extends "aldryn_lightslider/plugins/lightslider/base.html" %} {% load i18n cms_tags sekizai_tags staticfiles %} {% block content_lightslider %} {% with lightslider=instance %} {# INFO: indicators #} {##} {# Wrapper for slides #} {#
#} {% for plugin in instance.child_plugin_instances %} {% render_plugin plugin %} {% endfor %} {#
#} {# INFO: controls #} {##} {# #} {# {% trans "Previous" %}#} {##} {##} {# #} {# {% trans "Next" %}#} {##} {% endwith %} {% endblock content_lightslider %}