Download Files from SLMs

{% if units %}
{% for unit_item in units %}

{{ unit_item.unit.id }}

{% if unit_item.location %} @ {{ unit_item.location.name }} {% endif %} Checking...
{% endfor %}
{% else %}

No units assigned to this project

{% endif %}
{% include 'partials/slm_settings_modal.html' %}