{% extends "base.html" %} {% load comments %} {% load thumbnail %} {% block content %}
| Původní název | {{ film.name_original }} |
|---|---|
| Cena za půjčení | {{ film.price }} Kč |
| Formát | {{ film.format }} |
| Dostupné v provozovnách | {% for store in film.store.all %} {{ store }}{% if not forloop.last %}, {% endif %} {% endfor %} |
Komentářů: {{ comments|length }}
{% endif %} {% for comment in comments %} {% if not comment.is_removed %}