{% load i18n %}
|
{% trans "Name" %}
|
{% if show_custom_actions %}
{% trans "Actions" %}
|
{% endif %}
|---|---|
| {{ form_entry.name }} | {% if show_custom_actions %}{% endif %} |