{{ post.title }}
{{ l('阅读导航', 'Reading Navigation') }}
{{ l('正文', 'Content') }}{{ l('延伸话题', 'Related Threads') }}
{% if related %} {% else %}{{ l('暂无延伸话题,建议先看评论区争议点。', 'No related threads yet. Check comments for key disagreements.') }}
{% endif %}{{ l('采购决策速览', 'Procurement Snapshot') }}
{{ l('本帖已沉淀讨论结论与可执行方案,建议先快速浏览要点,再进入比价页筛选。', 'This topic already contains discussion outcomes and executable options. Review the highlights first, then shortlist plans on the comparison page.') }}
- {{ l('官方链接可直达', 'Official links available') }}
- {{ l('结合社区经验筛选', 'Filtered with community insights') }}
- {{ l('支持二次发帖补充需求', 'Post follow-up requirements') }}
{{ pricing_prefill_obj.hint_text }}
{% endif %}{{ l('快速导航', 'Quick Navigation') }}
{{ l('跳至评论', 'Jump to comments') }}{{ l('延伸阅读与采购路径', 'Extended Reading and Buying Paths') }}
-
{% for item in resource_links %}
-
{{ item.title }}
{{ item.description }}
{% endfor %}
{{ l('帖子导读 FAQ', 'Topic FAQ') }}
-
{% for item in post_faq %}
- {{ item.question }}
- {{ item.answer }} {% endfor %}
{{ l('本帖关联方案速览', 'Plans Mentioned in This Topic') }}
{{ l('查看全部方案', 'View all plans') }}-
{% for plan in plan_recos[:3] %}
{% set inline_plan_href = plan.official_url or pricing_target_url %}
-
{{ plan.provider }} · {{ plan.name }}{{ plan.price_label }}
{{ plan.region }}
{% endfor %}
{{ l('需求模板快捷入口', 'Requirement Template Shortcut') }}
{{ requirement_draft.intro_text }}
-
{% for tip in requirement_draft.tips %}
- {{ tip }} {% endfor %}
{{ cta_copy.headline }}
{{ cta_copy.description }}
{{ l('评论', 'Comments') }}({{ comments_count or comments|length }})
{% if message %}{{ message }}
{% endif %} {% if error %}{{ error }}
{% endif %} {% if post.is_locked %}{{ l('该帖子已锁定,暂不允许新增评论。', 'This topic is locked. New comments are disabled.') }}
{% elif current_user and can_interact %} {% elif current_user and not can_interact %}{{ l('账号被封禁,暂不可评论。', 'Your account is banned. Commenting is disabled.') }}
{% else %}{{ l('请先', 'Please') }} {{ l('登录', 'log in') }} {{ l('后评论。', 'to comment.') }}
{% endif %} {% if comments %}{% for c in comments %}-
{{ (c.author_rel.username[0] if c.author_rel and c.author_rel.username else '?')|upper }}
{{ c.author_rel.username if c.author_rel else l('已注销用户', 'Deleted user') }}
{% if c.created_at %}
{% endif %}
{{ c.content|markdown_html }}
{% if current_user and current_user.id == c.user_id and can_interact %}
{{ l('编辑', 'Edit') }}
{% elif current_user and current_user.id == c.user_id and not can_interact %}
{{ l('账号封禁中', 'Account banned') }}
{% elif current_user and can_interact %}
{% endif %}
{% endfor %}
{% else %}{{ l('还没有评论,欢迎抢沙发。', 'No comments yet. Be the first to reply.') }}
{% endif %} {% if comments_total_pages is defined and comments_total_pages > 1 %} {% endif %}