{% extends 'buybacks/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
{% for notification in bb_notifications %} {% endfor %}
{% 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
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}