{% import "Portfolio/macros/base.html" as m with context %} {% import "Portfolio/macros/forms.html" as f with context %} {% extends "Portfolio/PostAdmin/_layout.html" %} {% block admin_page_title %}Writer{% endblock %} {% block admin_content %} {% if post and post.is_draft %} {{ m.alert("This post is a draft and is not yet published", category="warning", dismissible=False) }} {% endif %} {% if post and post.id %}
{% endif %}