{% load static %} {% if not node.deactivated_at and node.author.is_active %}
{% if node.author.photo %}
{% else %}
{% endif %}
{{ node.author.get_full_name }} {{ node.created_at_humanize }}
{{ node.content }}
{% if user.is_authenticated %} {% endif %}
{% endif %}