{% extends "base.html" %} {% load static %} {% block title %} Queue Management {% endblock title %} {% block content %}
| ID | Message | Image | Created | Status | Transaction Details | Actions |
|---|---|---|---|---|---|---|
| {{ item.id }} | {{ item.message|truncatechars:50 }} |
{% if item.image %}
|
{{ item.created|date:"M d, Y H:i" }} | {% if item.launched %} Launched {% else %} Pending {% endif %} |
{% if item.url %}
{% endif %}
{% if item.txid %}
ID: {{ item.txid }}
{% else %}
Transaction ID: Not available
{% endif %}
{% if item.launched %}
{% endif %}
|
{% if not item.launched %}
{% endif %}
|
| No queue items found. | ||||||