Display stock item owner (if applicable)

This commit is contained in:
Oliver 2021-11-04 22:45:11 +11:00
parent b65f950864
commit 97326d9fb2

View File

@ -410,8 +410,15 @@
<td>{{ item.requiredTestStatus.passed }} / {{ item.requiredTestStatus.total }}</td>
</tr>
{% endif %}
{% if item.owner %}
<tr>
<td><span class='fas fa-users'></span></td>
<td>{% trans "Owner" %}</td>
<td>{{ item.owner }}</td>
</tr>
{% endif %}
</table>
{% endblock %}
{% endblock details_right %}
{% block js_ready %}