ThunderPin - Topics, Orders & Comments
Topics
{{ topic.name }} Code: {{ topic.code }} Created: {{ formatDate(topic.created_at) }}
Edit Delete
No topics yet
Click "New Topic" to create your first topic
{{ currentTopic.name }}
Code: {{ currentTopic.code }}
Created: {{ formatDate(currentTopic.created_at) }}
Comments
Code: {{ comment.code }} {{ comment.text }} {{ formatDate(comment.created_at) }}
Edit Delete
No comments yet
Be the first to add a comment
Orders
{{ order.status }}  • Value: {{ order.value }} {{ order.description }} Created: {{ formatDate(order.created_at) }}
Edit Delete
No orders yet
Click "New Order" to create your first order
Order #{{ currentOrder.id }}
Status: {{ currentOrder.status }}
Created: {{ formatDate(currentOrder.created_at) }}
Description
{{ currentOrder.description }}
Value
{{ currentOrder.value }}
Comments
Code: {{ comment.code }} {{ comment.text }} {{ formatDate(comment.created_at) }}
Edit Delete
No comments yet
Be the first to add a comment
{{ topicForm.id ? 'Edit Topic' : 'New Topic' }}
{{ orderForm.id ? 'Edit Order' : 'New Order' }}
{{ commentForm.id ? 'Edit Comment' : 'New Comment' }}