+ {% for item in dotazy %}
+
+
+
+ {% if item.obrazek %}
+

+ {% endif %}
+
+
{{ item.nazev }}
+
{{ item.popis }}
+
+
+ - {{ item.ofilmu }}
+ - Datum a čas promítání: {{ item.datum }}
+ - Režie: {{ item.rezie }}
+
+
+
+
+
+ {% endfor %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/akce/templates/akce/formular_akce.html b/akce/templates/akce/formular_akce.html
new file mode 100644
index 0000000..5e304f3
--- /dev/null
+++ b/akce/templates/akce/formular_akce.html
@@ -0,0 +1,31 @@
+{% extends "kinoostrov/base.html" %}
+{%load add_css %}
+
+{% block content %}
+