mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
@@ -47,6 +47,20 @@
|
||||
<dt>Role</dt>
|
||||
<dd>{{ person.role }}</dd>
|
||||
{% endif %}
|
||||
|
||||
{% if person.dispipline %}
|
||||
<dt>Discipline</dt>
|
||||
<dd>{{ person.discipline }}</dd>
|
||||
{% endif %}
|
||||
|
||||
{% if person.themes.exists %}
|
||||
<dt>Project Themes</dt>
|
||||
<dd>
|
||||
{% for theme in person.themes.all %}
|
||||
{{ theme }}{% if not forloop.last %}, {% endif %}
|
||||
{% endfor %}
|
||||
</dd>
|
||||
{% endif %}
|
||||
</dl>
|
||||
|
||||
<a class="btn btn-success"
|
||||
|
||||
Reference in New Issue
Block a user