{{ field_name }} | {% endfor %} {{ '{% if ' + crud.can_edit_item + ' %}' }}{{ '{% endif %}' }} |
---|---|
{{ '{{ ' + crud.item_name + '.' + field + ' }}' }} | {% endfor %} {{ '{% if ' + crud.can_edit_item + ' %}' }}{% if crud.links.detail %}{{ '[{% trans "Detail" %}]' }}{% endif %} {% if crud.links.edit %}{{ '[{% trans "Edit" %}]' }}{% endif %} {% if crud.links.delete %}{{ '[X]' }}{% endif %} | {{ '{% endif %}' }}
{{ '{% blocktrans with name="' + crud.model_name + '" %}Add new {{ name }}{% endblocktrans %}' }}
{{ '{% endif %}' }} {% endif %}