{% extends "base.html" %} {% block title %}{{ res.name }}{% endblock %} {% block container %}
Entity    {{ res.name }}
Prefix
{{ res.prefix }}
Identifier
{{ res.identifier }}
Name
{{ res.name }}
{% if res.definition %}
Definition
{{ res.definition }}
{% endif %} {% if res.species %}
Species
{{ res.species }}
{% endif %}
{% endblock %}