{% extends '@TigrisBase/user/my_account_layout.html.twig' %} {% block content %}

{% if types|length == 1 %} {{ ((types|keys|first) ~ '.list')|trans }} {% else %} {{ 'content.element.list'|trans }} {% endif %}

{% embed '@TigrisBase/decorators/_card.html.twig' with {'class': ''} %} {% block header %} {% if types|length == 1 %} {{ '.icon-plus'|parse_icons }} {{ ((types|keys|first) ~ '.add.add')|trans }} {% else %}
{% endif %} {% endblock %} {% block body %}
{% if types|length > 1 %}
{% endif %}
{{ '.icon-search'|parse_icons }}
{% endblock %} {% block table %} {##} {% if types|length > 1 %}{% endif %} {##} {% if types|length > 1 %} {% endif %}
{{ 'actions'|trans }}
${ entity.name } ${ entity.createdAt | formatDate } ${ entity.updatedAt | formatDate } - ${ entity.publishedAt | formatDate } {{ 'no'|trans }} {{ 'yes'|trans }} ${entity.typeLabel}
{{ '.icon-eye'|parse_icons }} {{ '.icon-pencil-alt'|parse_icons }} {{ '.icon-trash'|parse_icons }}
{% endblock %} {% block footer %} {% endblock %} {% endembed %}
{% endblock %}