{% extends "base.html" %} {% block content %} {% if stop_words|length == 0 %}

There are no stop word lists to view.

{% else %}
{% for sw in stop_words %} {% endfor %}
Title Description
{{ sw.display_title }} {{ sw.description }} Delete Download
{% endif %} {% endblock %}