{% extends "default.html" %} {% block title %} Admin — Categories {% endblock %} {% block content %}
{% for category in categories %} {% endfor %}
Category {{ HOLE_NAME | capitalize }} Name Text Color Background Color Actions  
{{help.submission_category_tag(category.name, category.color_text, category.color_bg)}} {{category.sub if category.sub else '—'|safe}}
{% endblock %}