<% provide(:title, t('problems.show.problem_subtitle', id: @translation.problem_id)) %> <%= panel do %>
<%= sanitize @translation.content %>
<% end %>
<%= link_to t('problems.show.view_original_problem'), @translation.problem.original_url, target: '_blank' %>