Django's length template filter Django tip: If you want to show the length of a string or list, you can use the length template filter. {{ friends|length }}
Django tip:
If you want to show the length of a string or list, you can use the length template filter.
{{ friends|length }}