{% extends "base.html" %} {% load i18n static %} {% block content %}
{% if object %}

{{ object.title }}

{% if object.image %}
{% else %}
{% endif %}

{{ object.body|safe }}


{% trans "By" %} {{ object.sender.get_full_name }}     {{ object.created }} {% else %}

{% trans "not found" %}

{% endif %}
{% endblock content %}