{% extends "base.html" %} {% block header %} {% endblock %} {% block content %}

Welcome to the Code Janitor!

{% if nokeywords %}{% autoescape off %}

{{ nokeywords }}

{% endautoescape %}{% endif %}
{{ form.path.label }}: {{ form.path }}
{% if latest_group_list and not nokeywords %} {% for g in latest_group_list %} {% endfor %}
Check For Keywords Only From Selected Groups
(default is all keywords)
Select/Deselect All
{{ g.group }}
{% endif %}

Subscribe to the mailing list
Get latest version from git
Report bugs and request features at bugzilla
{% endblock %} {% block scripts %} {% endblock %}