{% load i18n %}
| {% trans "Credit Provider" %} | {% trans "Price" %} | {% trans "Currency" %} | {% trans "Credit Hours" %} | {% trans "Upgrade Deadline (time in UTC)" %} |
|---|---|---|---|---|
| {{ object.credit_seat.credit_provider}} | {{ object.credit_seat.price}} | {{ object.credit_seat.currency.name}} | {{ object.credit_seat.credit_hours }} | {{ object.credit_seat.upgrade_deadline }} |