diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html
index 28f25918..a878d4b8 100644
--- a/stock/templates/registered/operationmanagement.html
+++ b/stock/templates/registered/operationmanagement.html
@@ -31,42 +31,42 @@
Form Up Location |
Start Time |
Local Time |
- Duration |
+ Duration |
FC |
- Details |
- Post Time |
+ Details |
+ Post Time |
{% if perms.auth.optimer_management %}
- Creator |
+ Creator |
Action |
{% endif %}
{% for ops in optimer %}
-
- {{ ops.operation_name }} |
- {{ ops.doctrine }} |
-
- {{ ops.system }}
- |
- {{ ops.location }} |
- {{ ops.start | date:"Y-m-d H:i" }} |
- |
+
+ {{ ops.operation_name }} |
+ {{ ops.doctrine }} |
+
+ {{ ops.system }}
+ |
+ {{ ops.location }} |
+ {{ ops.start | date:"Y-m-d H:i" }} |
+ |
{{ ops.duration }} |
- {{ ops.fc }} |
- {{ ops.details }} |
- {{ ops.post_time}} |
+ {{ ops.fc }} |
+ {{ ops.details }} |
+ {{ ops.post_time}} |
{% if perms.auth.optimer_management %}
- {{ ops.eve_character }} |
-
+ | {{ ops.eve_character }} |
+
-
+
-
- |
+
+
{% endif %}