---
title: Using media files
---
## Images
To load images into the reports/labels the report helper must be loaded in the template.
```html
{% raw %}
{% load report %}
{% endraw %}
```
### Assets
You can add images to the reports and labels by using the asset template tag:
```html
{% raw %}
{% load report %}
{% endraw %}
```
!!! info "Assets location"
You need to place your asset images to the report/assets directory in the [data directory](../start/docker_dev.md/#data-directory)
### Part images
You can render the images of the parts using the part_image template tag:
```html
{% raw %}
{% load report %}
{% endraw %}
```