{% extends 'buybacks/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
{% trans "Buyback Program Name" %} | {% trans "Corporation" %} | {% trans "Location" %} | {% trans "Actions" %} |
---|---|---|---|
{{ notification.program_location.program.name }} | {{ notification.program_location.program.corporation }} | {{ notification.program_location.office }} | Delete |
Wow |