{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% block details %}
{{ motd.message|linebreaksbr }}
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Reward Value" %} | {% trans "Action" %} | |
|---|---|---|---|---|
|
|
{{ task.quantity }} | {{task.gamification_value|floatformat:0|intcomma }} | ||
| No open tasks available. Good job! | ||||
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Assigned To" %} | {% trans "Action" %} | |
|---|---|---|---|---|
|
|
{{ task.quantity }} | {{ task.assigned_to.character_name }} | ||
| You have no active tasks. Claim some from the Job Market! | ||||
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Assigned To" %} | {% trans "Completed At" %} |
|---|---|---|---|
|
|
{{ task.quantity }} | {{ task.assigned_to.character_name }} | {{ task.completed_at|date:"Y-m-d H:i" }} |
| No recently completed tasks. | |||
| {% trans "Product" %} | {% trans "Runs" %} | {% trans "Installer" %} | {% trans "End Date" %} |
|---|---|---|---|
|
{% if job.product_type %}
|
{{ job.runs }} | {{ job.installer.character_name|default:"Unknown" }} | {{ job.end_date|date:"Y-m-d H:i" }} |
| No active corp jobs found. | |||