--- type: "movie" title: "When Father was Away on Business" englishTitle: "When Father was Away on Business" year: "1985" dataSource: "OMDbAPI" url: "https://m.imdb.com/title/tt0089748/" id: "tt0089748" genres: - "Drama" producer: "Emir Kusturica" duration: "136 min" onlineRating: 7.7 actors: - "Moreno De Bartoli" - "Miki Manojlović" - "Mirjana Karanović" image: "https://m.media-amazon.com/images/M/MV5BMTU5Nzk3NDEzMl5BMl5BanBnXkFtZTcwMTQzMDgyMQ@@._V1_FMjpg_UX1000_.jpg" released: true premiere: "14/01/1985" watched: true lastWatched: "[[2024-05-24]]" personalRating: CollapseMetaTable: true --- Parent:: [[@Cinematheque]] Related:: [[Time of the Gypsies (1988)]] --- ```dataviewjs dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`) ```   # `$= dv.current().title`   `$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''` ```toc ```   ### Details   **Genres**: `$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)` `$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`   ```dataview list without id "" + "" + "" + "" + "" + "" + "" + "" + "" + "
Type" + this.type + "
Online Rating" + this.onlineRating + "
Duration" + this.duration + "
Premiered" + this.premiere + "
Producer" + this.producer + "
" FROM "03.04 Cinematheque/When Father was Away on Business (1985)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`