{% extends "base.html" %} {% block title %}{% if category %}Edit Category{% else %}New Category{% endif %} - Vim Docs{% endblock %} {% block header_title %}{% if category %}Edit Category{% else %}New Category{% endif %}{% endblock %} {% block header_actions %} {% endblock %} {% block content %}

Example: mdi-folder-outline, mdi-code-tags, mdi-book-open-page-variant

{% if category %}

Category Contents

Documents

Add Document
{% if category.documents.count() > 0 %} {% else %}
No documents in this category
{% endif %}

Subcategories

Add Subcategory
{% if category.children.count() > 0 %} {% else %}
No subcategories
{% endif %}
{% endif %}
Category saved successfully!
{% endblock %} {% block extra_js %} {% endblock %}