{% blocktrans count counter=count %}{{ count }} result for "{{ query }}"{% plural %}{{ count }} results for "{{ query }}"{% endblocktrans %}
{% endif %} {% for post in posts %}{{ post.category.title }}
{{ post.title }}
{{ post.user.get_full_name }} {{ post.published|date:'Y/m/d' }} · {{ post.reading_time }} min read
{% trans 'No results found.' %}
{% endif %} {% endfor %}