{% extends 'base.html.twig' %} {% block title %}ClientContactPersonBenefits index{% endblock %} {% block body %}

ClientContactPersonBenefits index

{% for client_contact_person_benefit in client_contact_person_benefits %} {% else %} {% endfor %}
Id Date TransactionBenefit SummBenefit Course actions
{{ client_contact_person_benefit.id }} {{ client_contact_person_benefit.date ? client_contact_person_benefit.date|date('Y-m-d') : '' }} {{ client_contact_person_benefit.transactionBenefit }} {{ client_contact_person_benefit.summBenefit }} {{ client_contact_person_benefit.course }} {# show#} {# edit#}
no records found
{# Create new#} {% endblock %}