X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fac024263e4791a32923d7ac393318c653bc2eeb..bae802f258696c7d28745e052227026a574f66f6:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 4cad0e9..5991b6a 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,5 +1,7 @@ {% extends "base.html" %} {% load url from future %} +{% load pagination_tags fnp_prevnext %} +{% load compressed %} {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} {% block "body" %} @@ -26,13 +28,57 @@ autorem szeregu publikacji naukowych poświęconych korzystaniu z technologii informacyjno-komunikacyjnych oraz posiada wieloletnie doświadczenie doradcze w tej tematyce.

-

Odpowiedzi na już zadane pytania:

+
+

Filtruj pytania

+ Wybierz kategorię tematów: +
+ bez kategorii + {% for category in tag_categories %} / + {{category}} + {% endfor %} +
+ +
+ {% for category_id, tag_list in tag_lists.items %} +
+ Wyświetl tylko na temat: + {% for atag in tag_list %} {% if not forloop.first %}/{% endif %} + {% if atag == tag %}{{ atag }} + {% else %}{{ atag }} + {% endif %} + {% endfor %} +
+ {% endfor %} +
+
+ {% if tag %}Pokaż wszystkie pytania{% endif %} +
+
+ +

Odpowiedzi na już zadane pytania + {% if tag %}na temat: {{ tag }}{% endif %} + ({{ object_list.count }}):

+ +{% autopaginate object_list 20 %} + +{% prevnext %} + + {% endblock %} + +{% block "extra_css" %} + {% compressed_css 'questions' %} +{% endblock %} + +{% block "extra_js" %} + {% compressed_js 'questions' %} +{% endblock %} \ No newline at end of file