{%- if not result %}
    {{_('No %(resource)s have been shared yet for this context.

    Be the first to share with the community!', resource=resource_label )}}
    {%- endif %} {%- for item in result %}
  • {{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 -%}
    {%- if item['author'] %} {%- endif %}
  • {%- endfor %}