{% extends 'D2CommentBundle::base_admin.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %}
Type | {{ knp_pagination_sortable(comment_list, 'Status', 'cs.enabled') }} | {{ knp_pagination_sortable(comment_list, 'Contributor', 'c.customer') }} | {{ knp_pagination_sortable(comment_list, 'Comment', 'cs.comment') }} | {{ knp_pagination_sortable(comment_list, 'Date', 'cs.date') }} | |
---|---|---|---|---|---|
COMMENT | ![]() |
{% if entity.getCustomer is not null %}{{ entity.getCustomer.getFirstname|trim }} {{ entity.getCustomer.getLastname|trim }}{% endif %} | {{ entity.comment|trim }} | {{ entity.date|date("Y/m/d") }} |
{% if is_granted('ROLE_ADMIN_CASE_STUDY_MANAGE') %}
|
REPLY | ![]() |
{% if reply.getCustomer is not null %}{{ reply.getCustomer.getFirstname|trim }} {{ reply.getCustomer.getLastname|trim }}{% endif %} | {{ reply.comment|trim }} | {{ reply.date|date("Y/m/d") }} |
{% if is_granted('ROLE_ADMIN_CASE_STUDY_MANAGE') %}
{% if entity.enabled %}
|