{% extends 'layout.html.twig' %} {% block body %}
Clean up broken or incomplete N-Zine data from the database.
These have Nzine entities but missing or broken indices:
{% if malformed is empty %}| NPub | Slug | State | Categories | Indices | Actions |
|---|---|---|---|---|---|
{{ item.npub|slice(0, 16) }}... |
{% if item.slug %}
{{ item.slug }}
{% else %}
NULL
{% endif %}
|