{% extends 'iconolab/user_base.html' %} {% load thumbnail %} {% load humanize %} {% block user_content %} {% for bookmark in bookmarks %} {% endfor %}
Collection Catégorie
{% thumbnail bookmark.image.media "100x100" crop=False as thumbnail %} {% endthumbnail %} {{ bookmark.image.item.collection.verbose_name }} {% if request.user.is_authenticated and profile_user == request.user %}
{% csrf_token %}
{% else %} {{ bookmark.category.name }} {% endif %}
{{ bookmark.created|naturaltime }} {% if request.user.is_authenticated and profile_user == request.user %}
{% csrf_token %}
{% endif %}
{% endblock %} {% block footer_js %} {% endblock %}