{% extends 'milindustry/base.html' %} {% load i18n %} {% load humanize %} {% load custom_filters %} {% load navactive %} {% block milindustry_content %}
| Character | Manufacturing - {{ aggregated_slots.manufacturing.used }} / {{ aggregated_slots.manufacturing.max }} | Reaction - {{ aggregated_slots.reaction.used }} / {{ aggregated_slots.reaction.max }} | Research - {{ aggregated_slots.research.used }} / {{ aggregated_slots.research.max }} | As of |
|---|---|---|---|---|
|
|
{% for i in char.manufacturing.used|times %}
{% endfor %}
{% for i in char.manufacturing.unused|times %}
{% endfor %}
{% for i in char.manufacturing.disabled|times %}
{% endfor %}
{{ char.manufacturing.used }} / {{ char.manufacturing.max }}
|
{% for i in char.reaction.used|times %}
{% endfor %}
{% for i in char.reaction.unused|times %}
{% endfor %}
{% for i in char.reaction.disabled|times %}
{% endfor %}
{{ char.reaction.used }} / {{ char.reaction.max }}
|
{% for i in char.research.used|times %}
{% endfor %}
{% for i in char.research.unused|times %}
{% endfor %}
{% for i in char.research.disabled|times %}
{% endfor %}
{{ char.research.used }} / {{ char.research.max }}
|
{{ char.as_of|date:"Y-m-d - H:i:s" }}
|
No character slot data available.
{% endif %}