{% extends 'generic/object_delete.html' %} {% load i18n %} {% block title %} {% trans "Clear Path Data" %} {% endblock %} {% block content %}
| {% trans "Path Length" %} | {% if object.path_length_km %} {{ object.path_length_km }} km {% else %} {{ ''|default:"—" }} {% endif %} |
|---|---|
| {% trans "Source Format" %} | {{ object.get_path_source_format_display|default:object.path_source_format|default:"—" }} |
| {% trans "Segments Count" %} | {{ object.get_path_segment_count }} |
| {% trans "Total Points" %} | {{ object.get_total_points }} |
| {% trans "Path Notes" %} | {{ object.path_notes|truncatewords:20 }} |