{{ "RFC 与" if is_zh else "RFCs and" }}
{{ "会议纪要。" if is_zh else "meeting notes." }}
{{ "RFC 记录设计提案和决策;会议纪要记录阶段进展、演示、决策和后续工作。" if is_zh else "RFCs record design proposals and decisions. Meeting notes preserve updates, demonstrations, decisions, and follow-up work." }}
{{ "打开仓库 ↗" if is_zh else "Open repository ↗" }}{{ "会议纪要" if is_zh else "Meeting notes" }}
{{ (record_group.children | length) - 2 }} {{ "条记录" if is_zh else "records" }}{% if is_meetings or record.title in ["RFC Template", "RFC 模板"] %}{{ record.title }}{% else %}{{ record.title[5:] }}{% endif %}
{% if not is_meetings %}{{ record.title | lower | replace(" ", "_") }}{% endif %}