{% if tags %}\r
<div class="boxC">\r
<h3 class="subtitle">{% trans "Related tags" %}</h3>\r
{% if tags %}\r
<div class="boxC">\r
<h3 class="subtitle">{% trans "Related tags" %}</h3>\r
+ <div class="tags" id="recent-tags">\r
{% for tag in tags %}\r
<a rel="tag" title="{% blocktrans with tag.name as tag_name %}see questions tagged '{{ tag_name }}'{% endblocktrans %}" href="{% url tag_questions tag.name|urlencode %}">{{ tag.name }}</a>\r
<span class="tag-number">× {{ tag.used_count|intcomma }}</span>\r
{% for tag in tags %}\r
<a rel="tag" title="{% blocktrans with tag.name as tag_name %}see questions tagged '{{ tag_name }}'{% endblocktrans %}" href="{% url tag_questions tag.name|urlencode %}">{{ tag.name }}</a>\r
<span class="tag-number">× {{ tag.used_count|intcomma }}</span>\r
<div class="boxC">\r
<h3>{% trans "Recent tags" %}</h3>\r
<div class="body">\r
<div class="boxC">\r
<h3>{% trans "Recent tags" %}</h3>\r
<div class="body">\r
+ <div class="tags" id="recent-tags">\r
{% for tag in tags %}\r
<a rel="tag"\r
title="{% blocktrans with tag.name as tagname %}see questions tagged '{{tagname}}'{% endblocktrans %}" href="{% url tag_questions tag.name|urlencode %}">{{ tag.name }}</a>\r
{% for tag in tags %}\r
<a rel="tag"\r
title="{% blocktrans with tag.name as tagname %}see questions tagged '{{tagname}}'{% endblocktrans %}" href="{% url tag_questions tag.name|urlencode %}">{{ tag.name }}</a>\r