{% extends 'base.html' %} {% load guild_extras %} {% block content %}

NPCs: {{ npc.name }}

{{ npc.get_status_display }}

Edit
Delete
{% if npc.picture %} {% endif %}

{{npc.description|md|safe}}


Session History

{% if not npc.playsession_set.count %}

No appearance yet.

{% else %} {% endif %} {% endblock content %}