Terms management interface

Manage tracked terms
{% set i = 0 %} {% for term in track_list %} {% set i = i + 1 %} {% endfor %}
Term name Date Day occurence Week occurence Month occurence Action
{{ term }} {{ i }} 15 55 459

Manage blacklisted terms
{% set i = 0 %} {% for term in black_list %} {% set i = i + 1 %} {% endfor %}
Term name Date Action
{{ term }} {{ i }}