{% for object in object_list %}
  • {% if object.public == True %} {{ object }} {% else %} Not public. {% endif %}
  • {% endfor %}