-{% load i18n %}\r
-{% load humanize %}\r
-{% load extra_filters %}\r
-{% load extra_tags %}\r
-{% load user_tags %}\r
-\r
+{% load i18n humanize extra_filters extra_tags user_tags %}\r
<div class="short-summary">\r
<div class="counts">\r
<div class="votes">\r
<h2><a title="{{question.summary}}" href="{{ question.get_absolute_url }}">{{question.title}}</a></h2>\r
<div class="userinfo">\r
<span class="relativetime" title="{{question.last_activity_at}}">{% diff_date question.last_activity_at %}</span>\r
- {% if question.last_activity_by %}\r
- {% user_signature_small_lite question.last_activity_by %}\r
- {% endif %}\r
+ {% if question.last_activity_by %}{% user_signature_small_lite question.last_activity_by %}{% endif %}\r
</div>\r
\r
- <div class="tags">\r
- {% for tag in question.tagname_list %}\r
- <a href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %} '{{ tag }}' {% trans "using tags" %}" rel="tag">{{ tag }}</a>\r
- {% endfor %}\r
+ <div class="tags">{% for tag in question.tagname_list %}\r
+ <a href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %} '{{ tag }}' {% trans "using tags" %}" rel="tag">{{ tag }}</a>{% endfor %}\r
</div>\r
</div>
\ No newline at end of file
-{% load i18n %}\r
-\r
-{% spaceless %}\r
- <a href="{{ url }}">{{ name }}</a> \r
- <span class="score" title="{{ reputation }} {% trans "reputation" %}">{{ reputation }}</span>\r
-{% endspaceless %}
\ No newline at end of file
+{% load i18n %}<a href="{{ url }}">{{ name }}</a> <span class="score" title="{{ reputation }} {% trans "reputation" %}">{{ reputation }}</span>
\ No newline at end of file