{% if strim_width is not defined %}{% set strim_width = 82 %}{% endif %}
<a
href="{% include "components/entry/_entry_list_link.html.twig" with {item: item} %}"
class="js-infiniteScroll--node"
>
<div
class="img__modelPlan"
style="background-image: url({% include "components/entry/_entry_list_thumbnail.html.twig" with {item: item} %})"
></div>
<h3>{{ item.titleLocale(app.request.locale)|strim_width(41) }}</h3>
{% if item.category == 8 or item.category == 16 %}{# activity tag? #}
{# <p>{{'components.index.resort' |trans|raw}}</p>TODO これは何が反映する? #}
{% endif %}
<p>{{ item.summaryLocale(app.request.locale)|strim_width(strim_width) }}</p>
{% if item.category == 2 and item.hotel %}{# hotel description #}
<p>{{ item.hotel.descriptionLocale(app.request.locale) }}</p>
{% endif %}
<span>{{ item.Area.getLocaleAreaName(app.request.locale) }}({{ item.Area.getLocaleName(app.request.locale) }})</span>
</a>