You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

notified_date.html 152B

123456
  1. {% load i18n %}
  2. {% if notification.date_notified %}
  3. {{ notification.date_notified|date }}
  4. {% else %}
  5. {% trans "Not yet notified" %}
  6. {% endif %}