{% extends '__layout__.html' %} {% block title %}View Offer{% endblock %} {% block head %} {% endblock %} {% block content %}
This offer was created by you
{% endif %}Created: {{offer.created_at.strftime("%b %d, %Y %I:%M %p")}} UTC
Expires: {{offer.expires_at.strftime("%b %d, %Y %I:%M %p")}} UTC
{% if offer.reciever_id != None: %}This order has already been filled
{% else: %} {% if offer.creator_id == AuthenticatedUser.id: %} {%else%} {%endif%} {%endif%}