{% extends "base.html" %} {% block title %} View Doctrine {% endblock %} {% block breadcrumbs %} {% endblock %} {% block breadcrumb %} View Doctrine {% endblock %} {% block content %}
{% 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 %}

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 %}