{% if entry.created_by.teammember.photo %} {{ entry.created_by }} {% else %} {{ entry.created_by }} {% endif %}
Comments
{% if entry.get_num_reactions %}
Reactions
{% endif %}

{{ entry.title }}

By : {{ entry.created_by }}{% if entry.created_by.teammember.tag_line %} - {{ entry.created_by.teammember.tag_line }} {% endif %}
{% if post_detail %}

{{ entry.text|safe }}

{% else %}

{{ entry.text|truncatewords_html:100|safe }}

{% endif %} {% if not post_detail %} more info.. {% endif %}
{% for tag in entry.tags.all %} {% if forloop.first %}Topics : {% endif %} {{ tag.name }} {% endfor %}