mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-12 02:05:29 +00:00
More app screenshots
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{% with image_count=8 %}
|
||||
{% with image_count=14 %}
|
||||
{% include "carousel_start.html" %}
|
||||
{% endwith %}
|
||||
|
||||
@ -34,4 +34,28 @@
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with src="app/screenshots/screen_9.jpg", alt="App screenshot" %}
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with src="app/screenshots/screen_10.jpg", alt="App screenshot" %}
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with src="app/screenshots/screen_11.jpg", alt="App screenshot" %}
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with src="app/screenshots/screen_12.jpg", alt="App screenshot" %}
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with src="app/screenshots/screen_13.jpg", alt="App screenshot" %}
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with src="app/screenshots/screen_14.jpg", alt="App screenshot" %}
|
||||
{% include "carousel_img.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% include "carousel_end.html" %}
|
Reference in New Issue
Block a user