{{ translation.title }} {{ cur_news.date_content|time }}
{% if universe.img_format == "orig" %}
{% elif universe.img_format == "orig16_9" %}
{% if cur_news.get_first_photo_16_9 %}
{% else %}
{% endif %}
{% endif %}
{% comment %}
{% if cur_news.get_first_video_url_dict.thumb %}
{% endif %}
{% endcomment %}
{% if universe.rich_text %}
{{ translation.stripped_body|safe|truncatewords_html:"25" }}
{% else %}
{{ translation.stripped_body|striptags|truncatewords_html:"25" }}
{% endif %}