{% extends 'srppayouts/base.html' %} {% load i18n %} {% load humanize %} {% load icons_tags %} {% block details %}
Ship Name | {% for column in columns %} {% with count=forloop.counter %}{{ column.name }} | {% endwith %} {% endfor %}|
---|---|---|
|
{% if row_data.0.ship_id is not 0 %} {% endif %} {{ row_data.0.name }} | {% for cell in row_data|slice:"1:" %}{% if cell %} {{ cell.value|intcomma }} ISK {% else %} 0 ISK {% endif %} | {% endfor %}