Skip to content

Commit

Permalink
count available samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jul 2, 2024
1 parent 5003371 commit 4def4f8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h3 class="text-4xl mb-5">Order #{{ object.id }} - {{ object.name }}</h3>


<h5 class="text-2xl my-5">Samples</h5>
<div class="bg-white p-4">
<p>Uploaded {{ object.samples.count }} samples</p>
</div>

{% comment %} {% #table headers=table_header %}
{% for oq in object.samples.all %}
Expand Down

0 comments on commit 4def4f8

Please sign in to comment.