{{ order.side_display }} {{ order.size }} shares of {{ order.security_symbol }}
at ${{ order.price_display }}
Submitted at
{{ order.create_dttm_display }} UTC
{% if order.all_or_none %}
All-or-none
{% endif %}
{% if order.immediate_or_cancel %}
Immediate-or-cancel
{% endif %}
{% if order.active %}
Active
{% endif %}
{% if order.cancelled_dttm is not none %}
Cancelled
{% endif %}