-{% load i18n %}\r
-\r
-<div class="headQuestions">\r
- {% if searchtag %}\r
- {% trans "Found by tags" %}\r
- {% else %}\r
- {% if searchtitle %}\r
- {% if settings.USE_SPHINX_SEARCH %}\r
- {% trans "Search results" %}\r
- {% else %}\r
- {% trans "Found by title" %}\r
- {% endif %}\r
- {% else %}\r
- {% if is_unanswered %}\r
- {% trans "Unanswered questions" %}\r
- {% else %}\r
- {% if page_title %}\r
- {% trans page_title %}\r
- {% else %}\r
- {% trans "All Questions" %}\r
- {% endif %}\r
- {% endif %}\r
- {% endif %}\r
- {% endif %}\r
+{% load i18n %}
+
+<div class="headQuestions">
+ {% if searchtag %}
+ {% trans "Found by tags" %}
+ {% else %}
+ {% if searchtitle %}
+ {% if settings.USE_SPHINX_SEARCH %}
+ {% trans "Search results" %}
+ {% else %}
+ {% trans "Found by title" %}
+ {% endif %}
+ {% else %}
+ {% if is_unanswered %}
+ {% trans "Unanswered questions" %}
+ {% else %}
+ {% if page_title %}
+ {% trans page_title %}
+ {% else %}
+ {% trans "All Questions" %}
+ {% endif %}
+ {% endif %}
+ {% endif %}
+ {% endif %}
</div>
\ No newline at end of file