{{ media.caption }}
{% if user.is_authenticated and perms.blog.delete_photo %} {% endif %}{% extends 'base.html' %} {% block title %}Fotoblog - Home{% endblock %} {% block content %}
il n'y a pas de médias
{% else %} {% for media in medias %}{{ media.caption }}
{% if user.is_authenticated and perms.blog.delete_photo %} {% endif %}