{{if isCopy}} {{if all_count > 0}}
{{LL複写先のルーム}}
{{html neo.escape(chat_name)}}
    {{else}}

    {{LLアンケートを作成できるルームがありません。}}

    {{/if}} {{/if}}
    {{LL回答結果の閲覧}}
    Q${number}.
    {{if type == 'checkbox'}} {{LLチェックボックス}} {{else type == 'scale_star'}} {{LLスケール(星)}} {{else type == 'pulldown'}} {{LLプルダウン}} {{else type == 'ranking'}} {{LLランキング}} {{else type == 'text'}} {{LL自由入力}} {{else}} {{LLラジオボタン}} {{/if}}
      {{html neo.escape(title)}}
      {{each(index, item) items}}
      Q${item.number}.
      {{if item.question}}${item.question}{{else}}{{LL(質問タイトル未定)}}{{/if}}
        {{if type == 'radio' || type == 'checkbox'}} {{each(key, choice) item.choices}}
      • {{/each}} {{else type == 'pulldown'}}
      • {{else type == 'ranking'}} {{each(choicekey, choice) item.choices}}
      •   {{html neo.escape(this)}}
      • {{/each}} {{/if}}
      {{if type == 'scale_star'}} {{else type == 'text'}} {{/if}}
      {{/each}}