{% extends "partials/folder_card_base.html" %}
{% block badges %}
{{ folder.total_count }} total
{% if folder.pending_count > 0 %}
{% else %}
{{ folder.pending_count }} pending
{% endif %}
{{ folder.total_count - folder.pending_count }} processed
{% endblock %}