{% extends "base.html" %} {% block header %} View Doctrine
{% if perms.django_eveonline_doctrine_manager.view_evecharacterdoctrinereport %} {% endif %} {% if perms.django_eveonline_doctrine_manager.change_evedoctrine %} {% endif %} {% if perms.django_eveonline_doctrine_manager.delete_evedoctrine %} {% endif %}
{% endblock %} {% block description %} {{object.name}} {% endblock %} {% block content %}

Description

{% if object.description %}

{% autoescape off %} {{object.description}} {% endautoescape %}

{% else %}

No description set.

{% endif %}

Skill Plans

{% for skill_plan in object.skill_plans %} {% endfor %}
Name Role Actions
{{skill_plan.name}} {% for role in skill_plan.roles.all %} {{role}} {% endfor %}

Fittings

{% for fitting in object.fittings %} {% endfor %}
Fitting Name Actions
Avatar {{fitting.name}}
{% endblock %} {% block scripts %} {% endblock %}