{% if mng_comments == 1 %}{% endif %} {% if mng_comments == 1 %}{% endif %} {% for comment in tactic.getComments() %} {% if mng_comments == 1 %} {% endif %} {% else %} {% endfor %}
Comments
CommentWritten ByLast Updated On
{{ comment.comment|raw }} {{ comment.author.getFullname() }} {{ comment.getLastModifiedOn()|date(datetime_format, app.user.getTimezone()) }} {% 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 %}
No comments have been added for this tactic.