{% extends "base.html" %} {% set active_page = "proposals" %} {% block title %}{{ proposal.title }} — Proposals{% endblock %} {% block content %}
{{ proposal.description }}
{% endif %}{{ proposal.intended_wg }}
{{ proposal.draft_name }}
{{ proposal.source_paper }}
{% endif %}Created: {{ proposal.created_at[:10] if proposal.created_at else 'N/A' }}
Updated: {{ proposal.updated_at[:10] if proposal.updated_at else 'N/A' }}
{{ gap.description[:120] }}{% if gap.description | length > 120 %}...{% endif %}
{{ proposal.content_md }}
Use AI to generate a full IETF Internet-Draft from this proposal{% if proposal.gaps %} and its {{ proposal.gaps | length }} linked gap{{ 's' if proposal.gaps | length != 1 }}{% endif %}