{% extends "@blog/frontend/base.html.twig" %} {% set title = item.title_en ? item.title_en : item.title %} {% set description = item.description_en ? item.description_en | striptags | truncate(100,true) : item.description | striptags | truncate(100,true) %} {% block twoOne %}

{{ item.title_en ? item.title_en : item.title }}

Publicado por {{ item.username }}

{{ item.description_en ? item.description_en | raw : item.description | raw }}
{{ render("widgets","relationShip","widgetRelationShipGrid",{'parent':'blog','parent_id':item.id}) }} {% if (item.allow_comments and item.allow_guests_comments and SESSION.userData.signed is empty) or (item.allow_comments and SESSION.userData.signed) %} {{ render("comment","frontend","renderComments",{'permalink': url('blog-entry',{'slug':item.slug}), 'parent': 'blog' ,'parent_id': item.id }) }} {% endif %}
{% endblock twoOne %} {% block twoTwo %} {{ parent }} {% endblock twoTwo %}