π ΠΡΡΡΠΈΠ΅ ΠΏΠΎΡΡΡ ΠΏΠΎΡΠ»Π΅Π΄Π½ΠΈΡ
Π΄Π½Π΅ΠΉ
{% for post in top_posts %}
{{ forloop.counter }}: {% if post.emoji %}{{ post.emoji }} {% endif %}{% if post.prefix %}{{ post.prefix }} {% endif %}{{ post.title }} (+{{ post.upvotes }})
{% endfor %}
π₯ ΠΠ±ΡΡΠΆΠ΄Π°Π΅ΠΌΡΠ΅ ΡΠ΅ΠΌΡ
{% for post in hot_posts %}
{{ forloop.counter }}: {% if post.emoji %}{{ post.emoji }} {% endif %}{% if post.prefix %}{{ post.prefix }} {% endif %}{{ post.title }} ({{ post.comment_count }} ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π²)
{% endfor %}
π ΠΡΡΡΠΈΠ΅ ΠΈΠ½ΡΡΠΎ
{% for intro in top_intros %}
{{ forloop.counter }}: {{ intro.author.full_name }}, {{ intro.author.position }}{% if intro.author.company %} β {{ intro.author.company }}{% endif %} (+{{ intro.upvotes }})
{% endfor %}
π€£ ΠΡΡΡΠΈΠΉ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΉ
{{ top_comment.author.full_name }} ΠΊ ΠΏΠΎΡΡΡ {{ top_comment.post.title }} (+{{ top_comment.upvotes }})
{% load posts %}
{% render_plain top_comment 300 %}