{% include 'navbar.html' %}

Terms frequency: Management interface

{% set uniq_id = namespace(modal_id=0)%}
1 term per paste
Manage tracked terms
Regex: surround the term by '/'. /([a-z])\w+([a-z])\n/
Set of terms: surround the list by '\'. \[term1, term2, ...]\
- To set a custom matching threshold (defaut=50), append it at the end as a inner list '[thresh]'. \[term1, term2, ..., [75]]\
{% for set in trackSet_list %} {% endfor %} {% for regex in trackReg_list %} {% endfor %} {% for term in track_list %} {% endfor %}
Term Added date Day occurence Week occurence Month occurence # tracked paste Action Notification E-Mails
{{ set }}
{% for tag in notificationTagsTermMapping[set] %} {{ tag }} {% endfor %} {% if notificationTagsTermMapping[set] %} {% set uniq_id.modal_id = uniq_id.modal_id + 1 %} {% endif %}
{{ trackSet_list_values[loop.index0][3] }} {{ trackSet_list_values[loop.index0][0] }} {{ trackSet_list_values[loop.index0][1] }} {{ trackSet_list_values[loop.index0][2] }} {{ trackSet_list_num_of_paste[loop.index0] }}

   

{% for email in notificationEMailTermMapping[set] %} {{ email }}
{% endfor %}
{{ regex }}
{% for tag in notificationTagsTermMapping[regex] %} {{ tag }} {% endfor %} {% if notificationTagsTermMapping[regex] %} {% set uniq_id.modal_id = uniq_id.modal_id + 1 %} {% endif %}
{{ trackReg_list_values[loop.index0][3] }} {{ trackReg_list_values[loop.index0][0] }} {{ trackReg_list_values[loop.index0][1] }} {{ trackReg_list_values[loop.index0][2] }} {{ trackReg_list_num_of_paste[loop.index0] }}

   

{% for email in notificationEMailTermMapping[regex] %} {{ email }}
{% endfor %}
{{ term }}
{% for tag in notificationTagsTermMapping[term] %} {{ tag }} {% endfor %} {% if notificationTagsTermMapping[term] %} {% set uniq_id.modal_id = uniq_id.modal_id + 1 %} {% endif %}
{{ track_list_values[loop.index0][3] }} {{ track_list_values[loop.index0][0] }} {{ track_list_values[loop.index0][1] }} {{ track_list_values[loop.index0][2] }} {{ track_list_num_of_paste[loop.index0] }}

   

{% for email in notificationEMailTermMapping[term] %} {{ email }}
{% endfor %}
Manage blacklisted terms
{% for term, date in black_list %} {% endfor %}
Term Added date Action
{{ term }} {{ date }}