{% extends 'admin/base.html.twig' %} {% block content %}
{% embed "admin/panels/page-title-panel.html.twig" %} {% block pageTitle %} Blocks {% endblock %} {% endembed %}
{% if blocks is defined and blocks|length > 0 %} {% for block in blocks %} {% endfor %} {% endif %}
ID Target Section Title Content Is Displayed Link Order Date Created    
{{ block.id }} {{ block.blockTargetSection.name }} {{ block.title }} {{ block.content|default("")|striptags|slice(0, 100) ~ '...' }} {% if block.isPublished is same as(true) %} Yes {% else %} No {% endif %} {{ block.link }} {{ block.orderNumber }} {% if block.dateCreated is not null %} {{ block.dateCreated.format('Y-m-d') }} {% endif %}
{% endblock %} {% block scripts_post_body %} {% endblock %}