cineclub-site/server/myapi/templates/bocal.tex

23 lines
764 B
TeX
Raw Normal View History

2022-04-03 01:20:54 +02:00
{% load film_tags %}
2022-04-03 01:20:54 +02:00
\centerline{\date{% templatetag openbrace %}{{ film.projection_date|date:"l d F Y" }}, {{ film.projection_date|time:"H\hi" }}}
\centerline{Salle Dussane}
\centerline{\emph{\Large {{ film.title }}}}
\centerline{% templatetag openbrace %}{{ film.director }} ({{ film.release_year }})}
\medskip
2022-04-03 01:20:54 +02:00
\centerline{% templatetag openbrace %}{% list_actors film.actors %}}
2022-04-03 01:20:54 +02:00
\medskip
\centerline{% templatetag openbrace %}{{ film.movie_format }} . {{ film.language_subtitles }}}
\medskip
2022-04-03 01:20:54 +02:00
\centerline{\textit{% templatetag openbrace %}{{ film.duration|movie_duration }}}}
2022-04-03 01:20:54 +02:00
\medskip
\medskip
\centerline{~{{ prices.one_exte }}€~/~{{ prices.one_cof }}~€ COF}
\medskip
\centerline{\includegraphics[width=5cm]{cine}}
\medskip \medskip
{{ film.synopsis }}