|
@@ -28,7 +28,7 @@ file that was distributed with this source code.
|
|
{% if nested_field.get('sonata_admin').field_description.options.name is defined %}
|
|
{% if nested_field.get('sonata_admin').field_description.options.name is defined %}
|
|
<th>{{ nested_field.get('sonata_admin').field_description.options.name }}</th>
|
|
<th>{{ nested_field.get('sonata_admin').field_description.options.name }}</th>
|
|
{% else %}
|
|
{% else %}
|
|
- <th>{{ field_name }}</th>
|
|
|
|
|
|
+ <th>{{ field_name|trans }}</th>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% endfor %}
|