|
|
|
|
@ -1,8 +1,14 @@ |
|
|
|
|
{% load menu_tags aldryn_people_tags i18n thumbnail %} |
|
|
|
|
{% load menu_tags aldryn_people_tags cms_tags i18n thumbnail %} |
|
|
|
|
|
|
|
|
|
{% show_breadcrumb 2 %} |
|
|
|
|
|
|
|
|
|
<div class="plugin-people row"> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
var consultation = { |
|
|
|
|
name: '{{ person.name }}' |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<div class="plugin-people people-detail row"> |
|
|
|
|
<div class="col-sm-4"> |
|
|
|
|
{% if person.visual %}<p class="people-detail-visual"> |
|
|
|
|
<img src="{{ person.visual.url }}" alt="{{ person.name }}" /> |
|
|
|
|
@ -11,6 +17,11 @@ |
|
|
|
|
<div class="col-sm-8"> |
|
|
|
|
<h1>{{ person.name }}</h1> |
|
|
|
|
<h4><em>{{ person.function }}</em></h4> |
|
|
|
|
|
|
|
|
|
{% if person.id != 1 %} |
|
|
|
|
{% static_placeholder 'person-consultation' %} |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if person.description %}<div class="people-desc">{{ person.description|safe }}</div>{% endif %} |
|
|
|
|
|
|
|
|
|
{% if person.blog_post_author.all|length > 0 %} |
|
|
|
|
|