{{item['content']}}
{% if (session['connected'] or False) %}
{{_('by %(author)s on %(date)s', author=item['author'][0]['name'], date=item['mtime']|timedelta)}}
{% else %}
{{_('by %(author)s on %(date)s', author=sugar_nick, date=item['mtime']|timedelta)}}
{% endif %}
{%- for tag in item['tags'] %}
{{tag}}
{%- endfor %}
{%- if item.is_author -%}
{%- endif -%}