{% load url from future %} {% load video_list i18n %} {% get_video_list_for_user object as videos %} {% include "localtv/_grid/_item_figure.html" with image=object.get_profile.logo video_list=videos|slice:":6" %}

{% if object.first_name %}{{ object.first_name }} {{ object.last_name }}{% else %}{{ object.username }}{% endif %}

{% with count=videos|length %}

{{ count }} {% blocktrans count count=count %}video{% plural %}videos{% endblocktrans %}

{% endwith %}