<tr>
<tr><td class="error">{{ field.errors }}</td></tr>
<td>{{ field.label_tag }}:</td>
- {% if field.html_name == "item-public_access" %}
<td>
+ {% if field.html_name == "item-public_access" %}
{% trans "Collection access status" %} : {% trans item.collection.public_access %}<br />
{% trans "Context access status" %} : {% trans access %}<br />
{% trans "Item access status" %} :<br />
+ {% endif %}
{{ field }}
</td>
</tr>