diff --git a/app/eve_api/templates/eve_api/corporation.html b/app/eve_api/templates/eve_api/corporation.html index 2720a7f..bbdd7e7 100644 --- a/app/eve_api/templates/eve_api/corporation.html +++ b/app/eve_api/templates/eve_api/corporation.html @@ -20,10 +20,10 @@ {% if view_members %} - - {% autopaginate members 10 %} + + {% autopaginate members 20 %} {% for char in members %} - + {% endfor %}
NameJoin DateAPI Key?
NameSkillpointsJoin DateDirector?Roles?API Key?
{{ char.name }}{{ char.corporation_date }}{% if char.eveaccount_set.count %}Yes{% else %}No{% endif %}
{{ char.name }}{% if char.total_sp %}{{ char.total_sp|intcomma }} SP{% endif %}{{ char.corporation_date }}{% if char.director %}Yes{% endif %}{% if char.eveaccount_set.count %}{% if char.roles.count %}Yes{% else %}No{% endif %}{% endif %}{% if char.eveaccount_set.count %}Yes{% else %}No{% endif %}
{% paginate %}