1 <%= t'notifier.gpx_notification.your_gpx_file' %>
2 <strong><%= @trace_name %></strong>
3 <%= t'notifier.gpx_notification.with_description' %>
4 <em><%= @trace_description %></em>
5 <% if @trace_tags.length>0 %>
6 <%= t'notifier.gpx_notification.and_the_tags' %>
7 <em><% @trace_tags.each do |tag| %>
11 <%= t'notifier.gpx_notification.and_no_tags' %>