{% if current_page.publisher_is_draft %} {% if organization.check_publication is True %}
  • {{ organization.public_extension.extended_object.get_title }}
  • {% else %}
  • {{ organization.extended_object.get_title }}
  • {% endif %} {# If the current page is the published version, show only the organizations that are published #} {% elif organization.check_publication is True %}
  • {{ organization.public_extension.extended_object.get_title }}
  • {% endif %}