Tyler's Film Diary
A curated collection of films watched and loved
{{ total_watched }}
Films Watched
{{ average_stars }}
Average Rating
Top Directors
{% for item in most_watched_directors %}
{{ item.director }}
{{ item.count }} film{{ 's' if item.count > 1 else '' }}
{% endfor %}
Rating Distribution
{% for item in star_distribution %}
{% endfor %}
{% if item.stars == 0 %}No rating{% elif item.stars == 1 %}{% elif item.stars == 2 %}{% elif item.stars == 3 %}{% endif %}
{{ item.count }}
Top Countries
{% for item in films_per_country %}
{% endfor %}
{{ item.count }}
{{ item.country }}
Recently Watched
{% for film in recent_films %}
{% if film.poster_url %}
{% else %}
{% endif %}
{% if film.date_watched %}
{% endfor %}
No poster
{% endif %}
{{ film.title }}
{% if film.stars %}{{ film.date_watched[:10] }}
{% endif %}