{% extends "base.html" %} {# Assuming a base template exists or will be created #} {% block title %}Drafts - PoliSage{% endblock %} {% block content %}
Status: {{ draft.status }}
Author: {{ draft.author.username if draft.author else "N/A" }} {% endfor %}