{% extends "site_base.html" %} {% load i18n %} {% load threadedcommentstags %} {% load account_tags %} {% load tribes_tags %} {% load avatar_tags %} {% load blog_tags %} {% load wiki_tags %} {% load voting_tags %} {% load extra_voting_tags %} {% load theme_tags %} {% load in_filter %} {% load extra_tagging_tags %} {% block head_title %}{% blocktrans %}Tags{% endblocktrans %}{% endblock %} {% block body %}

{% trans "All Photos Matching " %}"{{ tag }}"

{% if phototags %}
{% for photo in phototags %} {% endfor %}
{% else %} No photos matching tag. {% endif %} {% if bookmarktags %} {% scores_for_objects bookmarktags as score_dict %}

All Bookmarks Matching {{ tag }}

{% for bookmark in bookmarktags %} {% endfor %}
{% avatar bookmark.bookmark.adder 40 %}
{{ bookmark.bookmark.added|date }}

{{ bookmark.bookmark.description }}

{% if bookmark.bookmark.get_favicon_url %} {% endif %}{{ bookmark.bookmark.url }}
{{ bookmark.bookmark.note|linebreaks }}
{% show_tag_counts bookmark.bookmark.all_tags_with_counts %}
{% else %} No bookmarks matching tag. {% endif %}

{% trans "All Blog Posts Matching " %}"{{ tag }}"

{% if alltags %}

{% trans "These are blog posts from everyone:" %}

{% for blog_post in alltags %} {% show_blog_post blog_post %} {% endfor %} {% else %} No blog posts matching tag. {% endif %}

{% blocktrans %}All Tribes Matching {{ tag }}{% endblocktrans %}

{% for tribe in tribe_tags %} {% show_tribe tribe %} {% endfor %}
{% comment %}

{% blocktrans %}All Tribe Topics Matching {{ tag }}{% endblocktrans %}

{% for topic in tribe_topic_tags %} {% show_tribe_topic topic %} {% endfor %} {% endcomment %}

{% blocktrans %}All Wiki Articles Matching {{ tag }}{% endblocktrans %}

{% for article in wiki_article_tags %} {% show_teaser article %} {% endfor %}
{% endblock %} {% block extra_body %} {% endblock %}