+ {% if attendance_event.registration_start > now %}
+
Påmeldingsstart
-
{{ attendance_event.registration_start|date:"H.i" }}
-
{{ attendance_event.registration_start|date:"d. M Y" }}
+
+ {{ attendance_event.registration_start|date:"H.i" }}
+ {{ attendance_event.registration_start|date:"d. M Y" }}
+
-
+ {% else %}
+
+
+ {{ attendance_event.registration_end|date:"H.i" }}
+ {{ attendance_event.registration_end|date:"d. M Y" }}
+
+
+ {% endif %}