{% extends "base.html" %} {% block title %}Draft Sections — {{ repo_name }}{% endblock %} {% block content %}
{{ repo_name }}Packet: {{ packet_id }}
{{ approved_count }} approved · {{ rejected_count }} rejected · {{ pending_count }} pending · {{ total }} total
{% if sections %}{{ section.section_body }}
No sections found for this packet.
{% endif %}