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

SAG forum

{% include 'dashboard/advocacydebate/template_parts/advocacyNotice.html.twig' %} Add new topic {% for subject in subjects %} {% if is_granted('ROLE_SUPER_INVESTOR') %} {% if subject.subjectDate is null %} {% else %} {% endif %} {% endif %} {% endfor %}
Headline Subject ! Author Date Attachment Feedback Actions
{{ subject.headline }} {{ subject.subject }} {{ (subject.isViewableForAlternativeManager) ? '!': '' }} {{ subject.author.initials }}{{ subject.createdAt.format('d-M-Y') }} *{{ subject.subjectDate.format('d-M-Y') }} {{ subject.debateFeedback | length }} Show {% if is_granted('ROLE_SUPER_INVESTOR') %} Respond {% endif %} {% if is_granted('USER_CAN_EDIT_SUBJECT', subject) %} Edit {% endif %} {% if is_granted('ROLE_SUPER_ADMIN') %} Delete {% endif %}
{% endblock %} {% block datatable %} {% endblock datatable %}