mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 10:51:21 +02:00
feat(admin-plugin): update messages view for no-items list #211
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "plugins/admin/templates/partials/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% if entries_list | length < 0 %}
|
||||
{% if entries_list | length > 0 %}
|
||||
{% if items_view == 'table' %}
|
||||
<div class="flex flex-wrap">
|
||||
{% for entry in entries_list %}
|
||||
|
Reference in New Issue
Block a user