{% extends "base.html" %} {% load staticfiles %} {% block title %} Doctrines {% endblock %} {% block breadcrumb %} Doctrines {% endblock %} {% block head %} {% endblock %} {% block content %}
Name | Category | Ships | Actions | {% for doctrine in object_list %}
---|---|---|---|
{{doctrine.name}} |
{% if doctrine.category %}
{{doctrine.category}}
{% else %}
{% endif %}
{% for tag in doctrine.tags.all %}
{{tag}} {% endfor %} |
{% 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 %}
|