{% extends 'buybackprogram/page.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% block body %}
{% trans "Solar System" %} | {% trans "Name" %} | {% trans "Structure ID" %} | {% for location in locations %} {% if location.owner.user == request.user %}|
---|---|---|---|
{{location.eve_solar_system.name}} | {{location.name}} | {{location.structure_id}} | {% trans "Delete" %} |