mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
@@ -38,6 +38,11 @@
|
|||||||
{% if person.organisation %}
|
{% if person.organisation %}
|
||||||
<dt>Organisation</dt>
|
<dt>Organisation</dt>
|
||||||
<dd>{{ person.organisation }}</dd>
|
<dd>{{ person.organisation }}</dd>
|
||||||
|
|
||||||
|
{% if person.organisation_started_date %}
|
||||||
|
<dt>Started Date</dt>
|
||||||
|
<dd>{{ person.organisation_started_date }}</dd>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if person.job_title %}
|
{% if person.job_title %}
|
||||||
|
|||||||
Reference in New Issue
Block a user