{% extends "base.html" %} {% block title %}{{ _("IPFire Planet") }}{% end block %} {% block container %} {% for entry in entries %} {% module PlanetEntry(entry) %} {% end %}
{{ _("Hottest posts") }} {% for y in range(year, 2010, -1) %} {{ y }} {% end %}
{% end block %}