diff --git a/app/templates/views/broadcast/macros/area-map.html b/app/templates/views/broadcast/macros/area-map.html index 289bb24e3..06c9c67b0 100644 --- a/app/templates/views/broadcast/macros/area-map.html +++ b/app/templates/views/broadcast/macros/area-map.html @@ -1,15 +1,14 @@ {% macro map(broadcast_message) %}
-An area of {{ (broadcast_message.simple_polygons.estimated_area)|round_to_significant_figures(1)|format_thousands }} square miles Will get the alert -
An extra area of {{ (broadcast_message.simple_polygons_with_bleed.estimated_area - broadcast_message.simple_polygons.estimated_area)|round_to_significant_figures(1)|format_thousands }} square miles is @@ -18,8 +17,8 @@ the alert -
{% if broadcast_message.count_of_phones == 0 %} Unknown number of phones {% elif broadcast_message.count_of_phones == broadcast_message.count_of_phones_likely %} @@ -27,6 +26,5 @@ {% else %} {{ broadcast_message.count_of_phones|format_thousands }} to {{ broadcast_message.count_of_phones_likely|format_thousands }} phones {% endif %} -