{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %} {{ super() }}
# | Subject | Posts | Views | Score | Created | Lasthit |
---|---|---|---|---|---|---|
{{ loop.index }} | {{ thread['subject'] }} | {{ thread['posts_count'] }} | {{ thread['views'] }} | {{ "%.2f"|format(thread['score']|float) }} | {{ thread['timestamp'] | time }} | {{ thread['lasthit'] | time }} |