{% extends "base.html" %} {% block title %}{{ section.section_number }}: {{ section.title }} - Proposals - ICDEV™{% endblock %} {% block content %}
Writer
{{ section.writer or '—' }}
Reviewer
{{ section.reviewer or '—' }}
Word Count
{{ section.current_word_count or 0 }}{% if section.word_limit %} / {{ section.word_limit }}{% endif %}
Page Count
{{ section.current_page_count or 0 }}{% if section.page_limit %} / {{ section.page_limit }}{% endif %}
Due Date
{{ section.due_date or '—' }}
Priority
{{ section.priority | replace('_', ' ') | title }}
{% endblock %}