{% extends '/admin/authenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% set isEdit = false %} {% block title %} Startups {% endblock %} {% block content %} {{ helpers.notifications_success() }} {{ helpers.notifications_error() }} {{ helpers.notifications_warning() }}
Startups
{% for item in pagination %} {% endfor %}
Title Content
{{ item.title }}
{% if item.video is not empty %} {% endif %}
No data found.
{{ helpers.pagination(pagination) }}
{{ helpers.form_processing() }} {% endblock %} {% block js %} {{ parent() }} {% endblock %}