{% set Voices = CustomizeNewVoice() %}{% if Voices|length > 0 %}{% for Voice in Voices %}<li class="c-img-zoom"><a href="{{ url('voice-dtl', {'id': Voice.id}) }}" class="c-card-04"><figure class="c-card-04__thum"><img src="/html/upload/voice_image/{{ Voice.voice_image }}" alt="{{ Voice.guest_pref }}{{ Voice.guest_address }} {{ Voice.guest_name }}様の業務用エアコン{{ Voice.guest_content }}の室内機イメージ"></figure><p class="c-card-04__text"><span class="s-text">{{ Voice.staff_comment }}</span><span class="s-link">続きを読む</span></p></a></li>{% endfor %}{% endif %}