<%= @technology.name %> <%= t("tech_radar.radar.quadrants.#{@technology.quadrant}.title") %> <%= t("tech_radar.radar.rings.#{@technology.ring}.title") %>

<%= @technology.purpose %>

<% if @technology.more_details_url.blank? %>

<%= link_to t("tech_radar.radar.technologies.more_details_url.google"), "https://www.google.com/search?q=#{@technology.name}", class: "btn btn-default" %>

<% else %>

<%= link_to t("tech_radar.radar.technologies.more_details_url.link"), @technology.more_details_url, class: "btn btn-default" %>

<% end %>

<% if @technology.why_summary.present? %>

<%= @technology.why_summary %> <% if @technology.why_url.present? %> <%= link_to t("tech_radar.radar.technologies.why_summary.link"), @technology.why_url %> <% end %>

<% else %> <% if TechRadar.warn_on_missing_why_summary[@technology.ring] %>
<%= t("tech_radar.radar.technologies.why_summary.no_summary").html_safe %> <% if @technology.why_url.present? %> <%= link_to t("tech_radar.radar.technologies.why_summary.url_only"), @technology.why_url %> <% end %>
<% end %> <% end %>