{% load i18n %} {% load humanize static %} {% load thumbnail %}
  • {% thumbnail news.user.picture "x60" as im %} {% trans 'User Image' %} {% empty %} {% trans 'No Profile Picture' %} {% endthumbnail %}
    {% if news.user == request.user %} {% endif %}

    {{ news.user.get_profile_name|title }}

    {{ news }}

    {% if news.image %} Card image cap {% endif %}
    {{ news.count_thread }} {{ news.timestamp|naturaltime }}