{% extends "bootstrap3/base.html" %} {% set active_page = "" %} {% block title %}{{title}}{% endblock %} {% block main %}
{% if obj.contact_person %}
Contact person: {{tostring(ar.obj2html(obj.contact_person))}}
{% endif %}
{% if obj.company %}
Responsible organization: {{tostring(ar.obj2html(obj.company))}}
{% endif %}