{% load wagtailimages_tags wagtailcore_tags %} {% with person.url|yesno:"a,div" as tag %}
{% if person.project_role %} {{ person.project_role }} {% endif %} <{{ tag }} class="ui profile card"{% if person.url %} href="{{ person.url }}" target="_blank" rel="noreferrer"{% endif %}> {% if person.photo %} {% image person.photo fill-230x160 as img %} {% image person.photo fill-460x320 as img_2x %} {{ person.name }} {% endif %}

{{ person.name }}

{{ person.description|richtext }}
{% endwith %}