{% extends 'base_admin.html.twig' %} {% block title %}Confidential Investor forum{% endblock %} {% block body %}

Investor forum

The 'Investor forum" is for the investors to pose questions and ideas for the other investors to view and comment on.



Add new topic {% for subject in subjects %} {% endfor %}
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 %}
{% endblock %} {% block datatable %}{% endblock %}