{% extends "base.html" %} {% block header %} Doctrines {% endblock %} {% block description %} View Doctrines {% endblock %} {% block content %}
| Name | Tags | Actions | {% for doctrine in object_list %}||
|---|---|---|---|---|
|
{{doctrine.name}} |
{% for tag in doctrine.tags.all %} {{tag}} {% endfor %} | {{doctrine.category}} |
{% 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 %}
|