{% extends 'base_admin.html.twig' %} {% block title %}Confidential SAG forum{% endblock %} {% block body %}
Headline | Subject | ! | Author | Date | Attachment | Feedback | Actions | |
---|---|---|---|---|---|---|---|---|
{{ subject.headline }} | {{ subject.subject }} | {{ (subject.isViewableForAlternativeManager) ? '!': '' }} | {{ subject.author.initials }} | {% if subject.subjectDate is null %}{{ subject.createdAt.format('d-M-Y') }} * | {% else %}{{ subject.subjectDate.format('d-M-Y') }} | {% endif %}
|
{{ 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 %} |