{% extends 'base_admin.html.twig' %} {% block title %}InvestorMeeting index{% endblock %} {% block body %}

Investor Meeting Index

{% for investor_meeting in investor_meetings %} {% else %} {% endfor %}
Id Attendance IsPreparedToHelp InvestorSkills #
{{ investor_meeting.id }} {{ investor_meeting.attendance }} {{ investor_meeting.isPreparedToHelp ? 'Yes' : 'No' }} {{ investor_meeting.investorSkills }} Show Edit
No records found
Create new {% endblock %}