{% extends 'base.html' %} {% load qr_code %} {% block content %}
{% qr_from_text object.get_qr_code size="m" image_format="svg" %}
{% if object.parent_storage %}

Sub-Storages Parent Storage {% else %}

Sub-Storages Stock Overview {% endif %}

{% include 'paginator.html' with paginator=storages get_param='storage_page' aria_label='Storage Page Navigation' %}
{% endblock content %}