period_string in topic_list.jinja2 doesn't appear to be used.
https://gitlab.com/tildes/tildes/blob/master/tildes/tildes/templates/topic_listing.jinja2#L35
{% if period %}
{% set period_string = period.as_short_form() %}
{% else %}
{% set period_string = 'all' %}
{% endif %}
The period_string variable doesn't appear to be used anywhere.