{% extends 'base_admin.html.twig' %} {% block title %}InvestorMeeting index{% endblock %} {% block body %}
Id | Attendance | IsPreparedToHelp | InvestorSkills | # |
---|---|---|---|---|
{{ investor_meeting.id }} | {{ investor_meeting.attendance }} | {{ investor_meeting.isPreparedToHelp ? 'Yes' : 'No' }} | {{ investor_meeting.investorSkills }} | Show Edit |
No records found |