{% extends 'base_template/base1.html' %} {% block content %} {% load tz %} {% include 'dashboard/content/navbar.html' %}
{% include 'dashboard/content/sidebar.html' %}

Floating Images

Add Floating Image {% for img in images %} {% with now=timezone.now %} {% endwith %} {% empty %} {% endfor %}
Preview Title Position Visible Actions
{{ img.title }} {{ img.title }} {{ img.get_position_display }} {% if img.is_active and img.start_date <= now and img.end_date >= now %} Yes {% else %} No {% endif %} Edit
{% csrf_token %}
No floating images yet.
{% include 'dashboard/content/footer.html' %}
{% endblock %}