<a id="all-node-type-link" href="#all" title="{% trans "click to clear the type filter" %}">{% trans "all" %}</a>
</li>
{% for type, name in node_types %}
<a id="all-node-type-link" href="#all" title="{% trans "click to clear the type filter" %}">{% trans "all" %}</a>
</li>
{% for type, name in node_types %}
<a id="all-state-link" href="#any" title="{% trans "click to clear the state filter" %}">{% trans "any" %}</a>
</li>
{% for state_type in state_types %}
<a id="all-state-link" href="#any" title="{% trans "click to clear the state filter" %}">{% trans "any" %}</a>
</li>
{% for state_type in state_types %}
<option selected="selected" value="">---------</option>
<option value="delete_selected">{% trans "Mark deleted" %}</option>
<option value="undelete_selected">{% trans "Undelete" %}</option>
<option selected="selected" value="">---------</option>
<option value="delete_selected">{% trans "Mark deleted" %}</option>
<option value="undelete_selected">{% trans "Undelete" %}</option>