parameters | Count | ||||||
---|---|---|---|---|---|---|---|
{{key}} | {% if key == "Blocked Users" %} {% if blkLength == 0 %}No Users | {% else %}{{blkLength | add_comma}} | {% endif %} {% elif key == "SoftBlock Users" %} {% if softLen == 0 %}No Users | {% else %}{{softLen | add_comma}} | {% endif %} {% elif key == "Deleted Users" %} {% if Del_len == 0 %}No Users | {% else %}{{Del_len | add_comma}} | {% endif %} {% else %}{{value[0] | add_comma}} | {% endif %}