{{ comment.comment|raw }} |
{{ comment.author.getFullname() }} |
{{ comment.getLastModifiedOn()|date(datetime_format, app.user.getTimezone()) }} |
{% if mng_comments == 1 %}
{% if comment.isCommentCreator(app.user) %}
{% if level is null %}
{% set params = {'comment': comment.getId()} %}
{% else %}
{% set params = {'comment': comment.getId(), 'level': level.getId()} %}
{% endif %}
Edit
Delete
{{ include(prompt_template,
{'id': id, 'action': 'Delete', 'object': 'Tactic Comment', 'modal': 'delTacComment',
'route': path('comment_del', params)})
}}
{% endif %}
|
{% endif %}
{% else %}