{% extends "swaps/base.html" %} {% load i18n %} {% load pagination_tags %} {% load shorttimesince_tag %} {% block head_title %}{% blocktrans %}Your accepted Swaps{% endblocktrans %}{% endblock %} {% block body %}
Accepted Time | Proposing Offer | Offered By | Responding Offer | Offered By | State |
---|---|---|---|---|---|
{{ swap.accepted_time|shorttimesince }} | {{ swap.proposing_offer }} | {{ swap.proposing_offer.offerer }} | {{ swap.responding_offer }} | {{ swap.responding_offer.offerer }} | {{ swap.get_state_display }} |