{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "blog/blog_base.html" %} {% load i18n %} {% load projectify %} {% block title %}{{ post.title }}{% endblock %} {% block blog_content %}

{{ post.title }} {% if post.draft %} {% translate "DRAFT" %} {% endif %}

{% translate "By" %} {{ post.author }}

{{ post.body.content }}
{% if request.user.is_staff %} {% anchor href="admin:blog_post_change" object_id=post.pk label="Edit this post" %} {% endif %} {% anchor href="blog:post_list" label=_("All blog posts") %}
{% endblock blog_content %}