{% extends "base.html" %} {% block title %}{{ data.title }} — {{ conf_name }}{% endblock %} {% block content %}
The Spring{{ conf_name }} › topic {{ num }}
{% if prev_num %} ← Prev: {{ prev_subj[:28] }}{% if prev_subj|length > 28 %}…{% endif %} {% else %}← Prev{% endif %} {% if next_num %} Next: {{ next_subj[:28] }}{% if next_subj|length > 28 %}…{% endif %} → {% else %}Next →{% endif %} · All {{ conf_name }} topics ↑ Start of topic Help! {% if not current_user %} Sign Up Log In {% endif %}

{{ data.title }}

topic {{ num }} · {{ total_responses }} {% if total_responses == 1 %}response{% else %}responses{% endif %}{% if comments %} · {{ comments|length }} recent {% if comments|length == 1 %}reply{% else %}replies{% endif %}{% endif %}
{% if comments %}↓ {{ comments|length }} recent {% if comments|length == 1 %}reply{% else %}replies{% endif %}{% endif %} {% if current_user %}↓ Jump to reply box {% else %}↓ Log in to reply{% endif %}
{% if total_pages > 1 %}
showing {{ response_start }}–{{ response_end }} of {{ total_responses }} responses {% if page > 1 %}← prev page{% endif %} {% for p in range(1, total_pages + 1) %} {% if p == page %}{{ p }} {% elif p == 1 or p == total_pages or (p >= page - 2 and p <= page + 2) %}{{ p }} {% elif p == 2 and page > 4 %} {% elif p == total_pages - 1 and page < total_pages - 3 %} {% endif %} {% endfor %} {% if page < total_pages %}next page →{% endif %}
{% endif %}
{% if page == 1 %}
~{{ data.seed.handle }} {{ data.seed.date }} seed
{{ data.seed.body }}
{% endif %} {% for r in page_responses %}
~{{ r.handle }} {{ r.date }} #{{ r.n }}
{{ r.body }}
{% endfor %}
{% if total_pages > 1 %}
page {{ page }} of {{ total_pages }} {% if page > 1 %}← prev page{% endif %} {% if page < total_pages %}next page →{% endif %} {% if page < total_pages %}jump to last page »{% endif %}
{% endif %} {% if comments %}

Recent replies

{% for c in comments %}
~{{ c.username }} {{ pretty_time(c.created_at) }} reply
{{ c.body }}
{% endfor %}
{% endif %}
{% if capped %}
[ this topic is full ]   It hit yapp's 1,999-response cap — no more replies can be added here. {% if continuation %} The conversation continued in » {{ continuation[1] }} . {% else %} Check the {{ conf_name }} topic list — the series likely continues in a later topic with “(Part N)” in the title. {% endif %}
{% elif current_user %}

Add a reply

{% else %}
log in or sign up to reply to this thread.
{% endif %}
{% if prev_num %}← Prev topic{% endif %} All {{ conf_name }} topics {% if next_num %}Next topic →{% endif %}
{% endblock %}