2017-01-05 13:41:32 -05:00
|
|
|
{{#data}}
|
2016-02-01 09:49:18 -05:00
|
|
|
<article class="media search">
|
2017-01-05 13:41:32 -05:00
|
|
|
<div class="name" style="background-image:url({{attributes.posterImage.small}})">
|
|
|
|
<input type="radio" class="big-check" id="{{attributes.slug}}" name="id" value="{{id}}" />
|
|
|
|
<label for="{{attributes.slug}}">
|
|
|
|
<span class="name">
|
|
|
|
{{attributes.canonicalTitle}}<br />
|
|
|
|
{{attributes.titles.en}}<br />
|
|
|
|
{{attributes.titles.en_jp}}<br />
|
|
|
|
{{attributes.titles.ja_jp}}
|
|
|
|
</span>
|
2016-02-01 09:49:18 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</article>
|
2017-01-05 13:41:32 -05:00
|
|
|
{{/data}}
|