{% extends '@EasyAdmin/page/content.html.twig' %} {% block main %}
{{ files|length }}
{{ openedCount }}
Total Opened{{ openedRecentCount }}
Recently Opened{{ closedCount }}
Total Closed{{ closedRecentCount }}
Recently ClosedFile ID | File Type | Case Number | Client | Court | Attorney | Date of Next Action | |
---|---|---|---|---|---|---|---|
{{ file.fileId }} | {{ file.caseNumber }} | {{ file.fileType.name }} | {% if file.company is not null %}{{ file.company.name }} | {% else %}{{ file.client.givenName ~' '~ file.client.familyName }} | {% endif %}{{ file.court.name }} | {{ file.attorney.givenName ~' '~ file.attorney.familyName }} | {{ file.dateTimeOfNextAction|date("F jS \\a\\t g:ia") }} |