{% extends 'layout.html.twig' %} {% block body %}

N-Zines

Clean up broken or incomplete N-Zine data from the database.


Malformed N-Zines

These have Nzine entities but missing or broken indices:

{% if malformed is empty %}
✓ No malformed nzines found!
{% else %}
Found {{ malformed|length }} malformed nzine(s). These should be deleted or fixed.
{% for item in malformed %} {% endfor %}
NPub Slug State Categories Indices Actions
{{ item.npub|slice(0, 16) }}... {% if item.slug %} {{ item.slug }} {% else %} NULL {% endif %}
{% endif %}
Tips:
{% endblock %}