{% load text_filters %}☀️ {{ greetings }}, {{ user.full_name.split.0 }}!
Сегодня {% if date.weekday == 2 %}среда, мои чуваки! 🐸{% else %}{{ date|date:"j E, l"|lower }}.{% endif %} {% if stats.new_upvotes %}Вы получили 💎 {{ stats.new_upvotes }} {{ stats.new_upvotes | rupluralize:"новый плюсик,новых плюсика,новых плюсиков" }} за посты и комменты!{% endif %} {% if stats.new_post_comments %}К вашему посту {{ stats.new_post_comments.post__title }} написали {{ stats.new_post_comments.count }} {{ stats.new_post_comments.count | rupluralize:"новый комментарий,новых комментария,новых комментариев" }}.{% endif %}
{% if new_posts %}📝 Свежие посты
{% for post in new_posts %}
{{ forloop.counter }}: {% if post.emoji %}{{ post.emoji }} {% endif %}{% if post.prefix %}{{ post.prefix }} {% endif %}{{ post.title }} (+{{ post.upvotes }})
{% endfor %}{% endif %}
{% if hot_posts %}🔥 Обсуждаемые темы
{% for post in hot_posts %}
{{ forloop.counter }}: {% if post.emoji %}{{ post.emoji }} {% endif %}{% if post.prefix %}{{ post.prefix }} {% endif %}{{ post.title }} ({{ post.comment_count }} {{ post.comment_count | rupluralize:"комментарий,комментария,комментариев" }})
{% endfor %}{% endif %}
{% if intros %}
😎 Новые люди
{% for intro in intros %}
{{ forloop.counter }}: {{ intro.author.full_name }}, {{ intro.author.position }}{% if intro.author.company %} — {{ intro.author.company }}{% endif %} (+{{ intro.upvotes }})
{% endfor %}{% endif %}
{% if top_old_post %}
⏱️ Топ пост год назад
- {% if top_old_post.emoji %}{{ top_old_post.emoji }} {% endif %}{% if top_old_post.prefix %}{{ top_old_post.prefix }} {% endif %}{{ top_old_post.title }} (+{{ top_old_post.upvotes }})
{% endif %}
Хорошего дня! ❤️
Если вас бесит этот дайджест, вы всегда можете от него отписаться, нажав здесь.