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

Investor forum

The 'Investor forum" allows investors to pose questions of the Hyperglance management. Feedback will then be available to all investors

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 %}