{% extends '@TigrisBase/admin/layout.html.twig' %} {% block title %}{{ 'data.exporter.title'|trans }}{% endblock %} {% block main %} {% embed '@TigrisBase/decorators/_card.html.twig' with {'class': ''} %} {% block header %}
{{ '.icon-plus'|parse_icons }} {{ 'data.exporter.add.title'|trans }}
{% endblock %} {% block table %}
{{ 'actions'|trans }}
${ $filters.formatDate(entity.createdAt) } ${ entity.statusLabel } ${ entity.filePath } ${ entity.formatLabel }
{{ '.icon-trash'|parse_icons }}
{% endblock %} {% block footer %} {% endblock %} {% endembed %}
{% endblock %}