X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/af3e9caaf16b84899e825608d97d84431d8e9454..d8f2d22bca1bf4959b46c1869d762d34d8970b66:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 284fcc4..46e757c 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,24 +1,69 @@ {% extends "base.html" %} {% load url from future %} +{% load pagination_tags fnp_prevnext %} +{% load compressed %} +{% load chunks %} {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} {% block "body" %} -

Pierwsza pomoc w prawie autorskim

+

Pierwsza pomoc w prawie autorskim: zapytaj prawnika

-

Zadaj nam pytanie!

-

Jeżeli masz pytanie dotyczące prawa autorskiego, którego nie ma na poniższej liście, i na które nie znalazłeś/znalazłaś -odpowiedzi w przewodniku -po prawie autorskim, możesz je nam zadać -za pomocą specjalnego formularza. +{% chunk 'questions_list_info' %} -

Odpowiedzi na już zadane pytania:

+
+

Filtruj pytania

+ Wybierz kategorię tematów: +
+ {% if has_uncategorized_tags %} + bez kategorii + {% endif %} + {% 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 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 %}