Allow showing a group by the uuid of any of it's individual crash
This removes the dependency on insertion order.
Also split Group::stats_by_product_and_version from get
<tr>
%= t td => 'Build Architecture'
%= t td => $system_info->{cpu_arch}
</tr>
<tr>
%= t td => 'Build Architecture Info'
%= t td => $system_info->{cpu_info}
</tr>
<tr>
%= t td => 'OS'
%= t td => $system_info->{os}
</tr>
<tr>
%= t td => 'OS Version'
%= t td => $system_info->{os_ver}
</tr>