-\r
-@register.inclusion_tag('question_list/count.html', takes_context=True)\r
-def question_list_count(context):\r
- context['sort_description'] = mark_safe({\r
- 'latest': _('<strong>Newest</strong> questions are shown first. '),\r
- 'active': _('Questions are sorted by the <strong>time of last update</strong>.'),\r
- 'hottest': _('Questions sorted by <strong>number of responses</strong>.'),\r
- 'mostvoted': _('Questions are sorted by the <strong>number of votes</strong>.')\r
- }.get(context['request'].utils.sort_method('latest'), ''))\r
-\r
- return context\r
-\r
-@register.inclusion_tag('question_list/title.html', takes_context=True)\r
-def question_list_title(context):\r
- return context
\ No newline at end of file