-
+
{{ report_title }}
diff --git a/dojo/templates/dojo/snippets/file_images.html b/dojo/templates/dojo/snippets/file_images.html
index 1c7481e9162..8a559282e03 100644
--- a/dojo/templates/dojo/snippets/file_images.html
+++ b/dojo/templates/dojo/snippets/file_images.html
@@ -9,6 +9,15 @@
Images
No images found.
{% endfor %}
{% endwith %}
+{% elif format == "INLINE" %}
+ {% with images=obj|file_images %}
+
Images
+ {% for pic in images %}
+
+ {% empty %}
+
No images found.
+ {% endfor %}
+ {% endwith %}
{% else %}
{% with images=obj|file_images %}
{% for pic in images %}
diff --git a/dojo/templates/dojo/support.html b/dojo/templates/dojo/support.html
index fd0a49a095b..45066a551f9 100644
--- a/dojo/templates/dojo/support.html
+++ b/dojo/templates/dojo/support.html
@@ -14,24 +14,68 @@
Community Support
What's included:
Support from the community via OWASP Slack
-
Community based discussion
+
Community-based discussion