{# node-info is container element #}

{% firstof person.fullname node.label %}

{% if person %} {% if person.has_profile %} [view profile] {% endif %} {% if person.groupsheets %}

{{ person.groupsheets|length }} groupsheet{{ person.groupsheets|pluralize}} [view list]

{% endif %} {% else %} {# display gexf node information as fallback/ minimum content? #} {# node stats? degree, connectedness? #} {% endif %} {% if poems %}

Mentioned in {% for p in poems %} {{ p.title }}{% if not forloop.last %}; {% endif %}{% endfor %}.

{% endif %}