{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load static %} {% load misc_filters %} {% block pagehead %} {{ all_forms|merge_media:'css' }} {% endblock %} {% block title %}Manage {{ clist.long_name }}{% endblock %} {% block content %} {% origin %}
The list currently tracks {{ total_count }} document{{ total_count|pluralize }}.
The list tracks {{ individually_added|length }} individually added document{{ individually_added|length|pluralize }}:
{{ d.name }} |
The list does not track any individually added documents yet.
{% endif %} {% if clist.group %}Add individual documents here:
{% else %}Conveniently track individual documents in your personal list with the track icon in search results.
You can also add documents here:
{% endif %}You can track documents with a search rule. When a document fulfills the search criteria, it will automatically show up in the list.
{% if rules %}Rule | Value | Documents | |
---|---|---|---|
{{ rule.get_rule_type_display }} | {% if "group" in rule.rule_type or "area" in rule.rule_type %} {{ rule.group.acronym }} {% elif "state_" in rule.rule_type %} {{ rule.state }} {% elif "author" in rule.rule_type or rule.rule_type == "ad" or "shepherd" in rule.rule_type %} {{ rule.person }} {% elif "name_contains" in rule.rule_type %} {{ rule.text }} {% endif %} | {{ rule.matching_documents_count }} match{{ rule.matching_documents_count|pluralize:"es" }} |
No rules defined.
{% endif %}