{% extends "base.html" %} {% block header %} Doctrines {% endblock %} {% block description %} View Doctrines {% endblock %} {% block content %}
Name | Actions | {% for doctrine in object_list %}||
---|---|---|---|
{{doctrine.name}} |
{% if doctrine.category %} {{doctrine.category}} {% else %} {% endif %} |
{% for fitting in doctrine.fittings.all %}
|
{% if not perms.django_eveonline_doctrine_manager.view_evedoctrine %}
disabled
{% endif %}
{% if perms.django_eveonline_doctrine_manager.change_evedoctrine %}
{% endif %}
{% if perms.django_eveonline_doctrine_manager.delete_evedoctrine %}
{% endif %}
|