{% extends "fenixedu-learning-theme/base.html" %} {% import "fenixedu-learning-theme/personCard.html" %} {% block header %} {% endblock header %} {% macro orientatorCard(advisor, size, misteryMan) %} {{ personCard(advisor.name, advisor.person.homepageWebAddress, advisor.person is null ? misteryMan : advisor.person.user.profile.avatarUrl , advisor.type.name, advisor.affiliation, advisor.category, size) }} {% endmacro %} {% macro studentCard(student, size) %} {{ personCard(student.person.presentationName, student.person.homepageWebAddress, student.person.user.profile.avatarUrl, 'STUDENT', null, null, size) }} {% endmacro %} {% macro personCard(name, homepageWebAddress, avatarUrl, type, affiliation, category, size) %}
{{ i18n('resources.ApplicationResources', 'label.thesis.participant.type.' + type) }}
{% if affiliation is not empty %}{{ affiliation }}
{% endif %} {% if category is not empty %}{{ category }}
{% endif %}{{ thesis.thesisAbstract }}{% endif %} {% if thesis.currentDiscussedDate is not empty %}
{{ thesis.currentDiscussedDate | formatDate }}
{% endif %}{{ i18n('resources.ResearcherResources', 'label.publication.subject.to.copyright') }}