{% extends "layout.html" %}{% block content %}

Interests

{{ total }} standing interests. Weights use the last {{ lookback_days }} days of ratings with a {{ half_life_days }}-day half-life · affinity gate {{ affinity_gate }} · {{ attributable }} of {{ affinity_full }} attributable ratings.

{{ uncategorized }} uncategorized
{% if !jobs_enabled %} Jobs are disabled on this server (server.jobs_enabled = false); run daily-epub job run interests-categorize instead.{% endif %}

Add an interest

Reset
{% if rows.len() > 1 %}{% endif %}
{% for row in rows %}{% endfor %}{% if rows.is_empty() %}{% endif %}
interestcategoryweightupdownrated matchesmatched articlesaddedactions
{{ row.name }} {% if let Some(category) = row.category %}{{ category }}{% else %}uncategorized{% endif %} {{ row.weight }} {{ row.up }} {{ row.down }} {{ row.rated_matches }} {{ row.matched_articles }} {{ row.added }}
No interests match this filter.
{% endblock %}