{% extends "swaps/base.html" %} {% load i18n %} {% load humanize %} {% load account_tags %} {% load pagination_tags %} {% load tagging_tags %} {% load wiki_tags %} {% load markup %} {% load restructuredtext %} {% load threadedcommentstags %} {% 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 }} | {% user_display swap.proposing_offer.offerer %} | {{ swap.responding_offer }} | {% user_display swap.responding_offer.offerer %} | {{ swap.get_state_display }} |