{% load static %} Hello, world! {% for npopup in noti_popups.all %} {% if npopup.activate %} {% endif %} {% endfor %} {% for epopup in event_popups.all %} {% if epopup.activate %} {% endif %} {% endfor %} {% for ipopup in image_popups.all %} {% if ipopup.activate %} {% endif %} {% endfor %}