{% extends 'base_admin.html.twig' %} {% block title %}AVS Declaration (Downloaded){% endblock %} {% block body %}
Year | Employer | Employee | Date Of Birth | AVS Number | Months Worked | AVS Soumis | AVS Non-Soumis | Created | Actions |
---|---|---|---|---|---|---|---|---|---|
{{ avs_declaration.year }} | {{ avs_declaration.employer }} | {{ avs_declaration.employee }} | {{ avs_declaration.dateOfBirth ? avs_declaration.dateOfBirth|date('d-M-Y') : '' }} | {{ avs_declaration.avsNumber }} | {{ avs_declaration.monthsWorked }} | {{ avs_declaration.AvsSoumis|number_format(2, '.', ',') }} | {{ avs_declaration.AvsNonSoumis|number_format(2, '.', ',') }} | xxx | Edit |