{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ current_theme.local_style() }} Gestión de Etiquetas - Blog {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Gestión de Etiquetas

{% if tags %}
{% for tag in tags %} {% endfor %}
Nombre Slug Publicaciones Acciones
{{ tag.name }} {{ tag.slug }} {{ tag.posts | length }} Eliminar
{% if pagination.pages > 1 %} {% endif %} {% else %}
No hay etiquetas creadas en este momento.
{% endif %}
Crear nueva etiqueta
{{ form.hidden_tag() }}
{{ form.name.label(class="form-label") }} {{ form.name(class="form-control") }} {% for error in form.name.errors %}
{{ error }}
{% endfor %}