{% load i18n lucide ui %} {% comment %} The D8 "Editor" pane -- shared by news_list.html's split-view preview and news_detail.html's standalone permalink page, so this article/photos/ publish markup exists in exactly one place. Expects the context both views already build identically: news_item, can_edit, can_publish, publish_form, photo_upload_form. Pass show_header=False from a page that already renders its own status/Edit/Publish row elsewhere (news_detail.html puts them in the topbar, same as every other detail page in this app) -- news_list.html's split view has no such per-item topbar, so it needs this include to carry that row itself. {% endcomment %}
{{ news_item.body }}
{% trans "No photos yet." %}
{% endfor %}