mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
add scope to search results
This commit is contained in:
parent
acb3e8bc3d
commit
f14255c0fc
@ -25,6 +25,7 @@
|
|||||||
<th>{{ 'Person'|trans }}</th>
|
<th>{{ 'Person'|trans }}</th>
|
||||||
<th>{{ 'Date'|trans }}</th>
|
<th>{{ 'Date'|trans }}</th>
|
||||||
<th>{{ 'Report type'|trans }}</th>
|
<th>{{ 'Report type'|trans }}</th>
|
||||||
|
<th>{{ 'Scope'|trans }}</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -35,7 +36,7 @@
|
|||||||
<td>{{ report.person }}</td>
|
<td>{{ report.person }}</td>
|
||||||
<td>{% if report.date %}{{ report.date|localizeddate('long', 'none') }}{% endif %}</td>
|
<td>{% if report.date %}{{ report.date|localizeddate('long', 'none') }}{% endif %}</td>
|
||||||
<td>{{ report.cFGroup.getName|localize_translatable_string }}</td>
|
<td>{{ report.cFGroup.getName|localize_translatable_string }}</td>
|
||||||
<!-- <td>{{ report.scope }}</td> -->
|
<td>{{ report.scope.name|localize_translatable_string }}</td>
|
||||||
<td><a href="{{ path('report_view', { 'person_id': report.person.id, 'report_id': report.id }) }}">{{ 'View the report' | trans }}</a></td>
|
<td><a href="{{ path('report_view', { 'person_id': report.person.id, 'report_id': report.id }) }}">{{ 'View the report' | trans }}</a></td>
|
||||||
<td><a href="{{ path('report_edit', { 'person_id': report.person.id, 'report_id': report.id }) }}">{{ 'Update the report' | trans }}</a></td>
|
<td><a href="{{ path('report_edit', { 'person_id': report.person.id, 'report_id': report.id }) }}">{{ 'Update the report' | trans }}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user