8

Merge pull request #9 from praekeltfoundation/feature/SAS-86-display-record-counter-on-dash

Display record counter on segments in dash
This commit is contained in:
Kaitlyn
2018-01-26 17:51:34 +02:00
committed by GitHub

View File

@@ -80,6 +80,11 @@
{% endif %}
</li>
{% endfor %}
{% if segment.matched_users_count > 0 %}
<li class="stat_card">
<span class="icon icon-fa-user"> {{ segment.matched_users_count }} {% trans "user" %}{{ segment.matched_users_count|pluralize }}</span> {% trans "were possible matches for this segment at creation" %}
</li>
{% endif %}
</ul>
</div>