% if(it.layout_clean_mode) {%> <% layout("../layouts/admin/Clean") %> <% } else {%> <% layout("../layouts/admin/Main") %> <%}%> <%~ includeFile("../partials/admin/Breadcrumb", it)%>
| ID: | <%= it.answer["id"] || "N/A" %> |
|---|---|
| Question ID: | <%= it.answer["question_id"] || "N/A" %> |
| Question: | <%= it.answer.question?.question || "N/A" %> |
| Answer: | <%= it.answer["answer"] || "N/A" %> |
| Answer value: | <%= it.answer["answer_value"] || "N/A" %> |
| Order: | <%= it.answer["order"] || "N/A" %> |
| Explaination: | <%= it.answer["explaination"]|| "N/A" %> |
| Image: |
<% if(it.answer.image){%>
|
| Response header: | <%= it.answer["response_header"] || "N/A" %> |
| Response body: | <%= it.answer["response_body"] || "N/A" %> |
| Black listed actives: | <% if(it.answer["black_list_actives"]) { %> <% JSON.parse(it.answer["black_list_actives"]).forEach(active => { %> <%= active %> <% }) %> <% } else { %> N/A <% } %> |