{% if not id_channel %}
{% trans "From" %}
{% if one.channel.image %}
{% endif %}
{% if one.channel.title %}
{{one.channel.title}}
{% else %}
{{one.channel.main.title}}
{% endif %}
{% endif %} {% blocktrans with one.entry.timeUpdated|timesince as timeUpdated %}Since {{timeUpdated}} {% endblocktrans %}
{% endif %} {% blocktrans with one.entry.timeUpdated|timesince as timeUpdated %}Since {{timeUpdated}} {% endblocktrans %}

{{one.entry.summary|striptags|truncatewords:60}}
[original]
{% else %}
{{one.entry.summary}}
{% endiflengreate %}