<%= render 'tasuku/taskables/illustration', request: question %>
<%= question.text %>
<%= question.description %>
<% if question.completed_by? current_author %> <%= t 'tasuku.taskables.questions.answers.already_answered' %>
<% question.answers.by(current_author).each do |answer| %> <% end %> <% if question.show_statistics? %> <%= render 'tasuku/taskables/questions/answers/statistics', question: question %> <% end %>
<% else %>
<%= render 'tasuku/taskables/questions/answers/form', question: question %>
<% end %>