X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/548d9fe735b1c4f04c296f01a3bf73149f627005..0a08745958649d32c95b1a5da115dde92614c629:/questions/templates/questions/question_list.html
diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html
index 9432850..8ef2773 100755
--- a/questions/templates/questions/question_list.html
+++ b/questions/templates/questions/question_list.html
@@ -1,18 +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
+{% block titleextra %}Pierwsza pomoc w prawie autorskim :: {% endblock %}
+{% block body %}
+Pierwsza pomoc w prawie autorskim: zapytaj prawnika
-JeÅli rozwiÄ
zania Twojego problemu nie ma na tej stronie,
-zajrzyj do naszego podrÄcznika. JeÅli i to nie pomoże,
-zadaj pytanie naszemu prawnikowi.
-
-
+
+{% chunk 'questions_list_info' %}
+
+
+
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 %}
+
+ {% endfor %}
+
+
+
+
+
Odpowiedzi na już zadane pytania
+ {% if tag %}na temat: {{ tag }}{% endif %}
+ ({{ object_list.count }}):
+
+{% autopaginate object_list 20 %}
+
+
-{% endblock %}
\ No newline at end of file
+
+
+{% prevnext %}
+
+
+{% endblock %}
+
+{% block extra_css %}
+ {% compressed_css 'questions' %}
+{% endblock %}
+
+{% block extra_js %}
+ {% compressed_js 'questions' %}
+{% endblock %}