{% extends "cciw/standard.html" %} {% load standardpage %} {% load view_extras %} {% block content %}

Recent

{% if object_list %} {% for tag in object_list %}
{% if showtagtarget %} {{ tag.render }} View all tags {% add_tag_link for tag.target %}
{% endif %}  Tagged {% if showtagtext %} as {{ tag.text }} {% endif %} {% if showtaggedby %} by {% memberlink %}{{ tag.creator_id }}{% endmemberlink %} (tags) {% endif %} {{ tag.added|timesince }} ago {% if showtagcounts %} x{{ tag.count_tagged_with_text }} {% endif %}

{% endfor %} {% else %}

No tags found.

{% endif %}
{% earlier_later %}

{% if not text %} {% if popular_tags %} {% if member %}

Popular tags by {{ member.user_name }}

{% else %}

Popular

{% endif %} {% for tag in popular_tags %} {{ tag.text }}  {% endfor %}

{% endif %} {% endif %} {% if popular_targets %}

Popular items for '{{ text }}'

{% for tagtarget in popular_targets %} {% endfor %}
Item Count
{{ tagtarget.render }} x{{ tagtarget.count }}

Show all...


{% endif %} {% if target %}

Links


{% endif %}

Search all tags

{% endblock %}