X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/3a2b863daf220221f8360db6e24072c6e102a50d..5fc3b1a4a446715d859440b474ae206ff672b4cd:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 4cad0e9..06fb866 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load url from future %} +{% load pagination_tags fnp_prevnext %} {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} {% block "body" %} @@ -26,13 +27,39 @@ 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:

+Tematy: +{% if tag %}wszystkie +{% else %}wszystkie +{% endif %} + +{% for atag in tags %} / + {% if atag == tag %}{{ atag }} + {% else %}{{ atag }} + {% endif %} +{% endfor %} + +

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

+ +{% autopaginate object_list 1 %} + +{% prevnext %} + + {% endblock %}