{% extends 'base_admin.html.twig' %} {% block title %}Confidential Investor forum{% endblock %} {% block body %}
Subject | Author | Attachment | Feedback | Actions |
---|---|---|---|---|
{{ subject.subject }} | {{ subject.author.fullName }} | {% if subject.attachments.count > 0 %} Yes {% else %} No {% endif %} | {{ subject.debateFeedback | length }} | Show Respond {% if is_granted('USER_CAN_EDIT_SUBJECT', subject) %} Edit {% endif %} {% if is_granted('ROLE_SUPER_ADMIN') %} Delete {% endif %} |