{% extends host_template %}
{% load i18n comments cyclope_utils fb_versions %}
{% block content %}
{% if not user.is_authenticated and not current_object.published %}
{% trans "This content isn't public, please log in" %}
{% else %}
{{ current_object.name }}
{% include 'cyclope/content_tools_block.html' %}
{% include "cyclope/author_block.html" with author=current_object.author %}
{% if current_object.image %}