{% extends "base.html" %} {% load i18n humanize %} {% block content %}
{{ recall.description }}
{{ recall.created_at|date:"DATETIME_FORMAT" }}
{{ recall.make|default:"-" }}
{{ recall.model|default:"-" }}
{{ recall.serie|default:"-" }}
| {% trans "Dealer" %} | {% trans "Cars Affected" %} | {% trans "Notification Date" %} |
|---|---|---|
| {{ notification.dealer.name }} | {{ notification.cars_affected.count }} | {{ notification.sent_at|date:"SHORT_DATETIME_FORMAT" }} |
| {% trans "No notifications sent" %} | ||