{{ candidate.title }}{% let signals = candidate.signals %}{% include "_signals_table.html" %}
{{ candidate.feed }} {{ candidate.words }} {{ candidate.stage }} {% if let Some(reason) = candidate.reason %}{{ reason }}{% endif %} {% if let Some(first) = candidate.admitted_first %}{{ first }}{% if !candidate.admitted_rest.is_empty() %} ({{ candidate.admitted_rest }}){% endif %}{% endif %} {{ candidate.utility }} {{ candidate.rank }} {{ candidate.cluster }} {{ candidate.triage }} {{ candidate.quality }} {{ candidate.fit }} {% if candidate.exploration %}exploration{% endif %}{% if candidate.auto_include %}auto{% endif %} {% if let Some(why) = candidate.editor_why %}{{ why }}{% endif %}