+ {% for bug_key, bug_screenshots in bugs_screenshots.items %}
+ {% if bug == bug_key%}
+ {% for bug_screenshot in bug_screenshots %}
+
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/templates/includes/sidenav.html b/website/templates/includes/sidenav.html
index ac8c698b1..e92179c7d 100644
--- a/website/templates/includes/sidenav.html
+++ b/website/templates/includes/sidenav.html
@@ -16,7 +16,7 @@
- {% comment %} Bug found 404 and missing information. Longer Desc. No image. Attached pictures. Bug Type Tag and many more to come. Bug Type Tag and many more to come {% endcomment %}
- Bug found 404 and missing information
-
-
-
-
-
-
-
-
-
-
-
-
-
+ {% for bug in bugs %}
+ {% include '_bug.html' %}
{% endfor %}