]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/question_list/title.html
initial import
[osqa.git] / forum / skins / default / templates / question_list / title.html
1 {% load i18n %}\r
2 \r
3 <div class="headQuestions">\r
4     {% if searchtag %}\r
5         {% trans "Found by tags" %}\r
6     {% else %}\r
7         {% if searchtitle %}\r
8             {% if settings.USE_SPHINX_SEARCH %}\r
9                 {% trans "Search results" %}\r
10             {% else %}\r
11                 {% trans "Found by title" %}\r
12             {% endif %}\r
13         {% else %}\r
14             {% if is_unanswered %}\r
15                 {% trans "Unanswered questions" %}\r
16             {% else %}\r
17                 {% trans "All questions" %}\r
18             {% endif %}\r
19         {% endif %}\r
20     {% endif %}\r
21 </div>