{% extends "base_generic.html" %} {% load static %} {% block nav-mission %} {% endblock %} {% block content %} {% block small %} {% if spinoff_detail %}

{{ spinoff_detail.title }}

{% if spinoff_detail.image %}
©{{spinoff_detail.copyright}}
{% else %} {% if spinoff_detail.image_url %}
©{{spinoff_detail.copyright}}
{% endif%} {% endif%}

{% if spinoff_detail.date %}
Founded at:
{{spinoff_detail.founded}}
{% endif %} {% if spinoff_detail.supported %}
Supported by:
{{spinoff_detail.supported}}
{% endif %} {% if spinoff_detail.info_url %}
Further details:
{% endif %} {% if spinoff_detail.legal_status %}
Legal status:
{% if spinoff_detail.legal_status_url %} {{ spinoff_detail.legal_status }} {% else %} {{ spinoff_detail.legal_status }} {% endif %}
{% endif %} {% if spinoff_detail.competent_district_court %}
Competent district court:
{% if spinoff_detail.competent_district_court_url %} {{ spinoff_detail.competent_district_court }} {% else %} {{ spinoff_detail.competent_district_court }} {% endif %}
{% endif %} {% if spinoff_detail.trade_register_number %}
Trade register number:
{% if spinoff_detail.trade_register_number_url %} {{ spinoff_detail.trade_register_number }} {% else %} {{ spinoff_detail.trade_register_number }} {% endif %}
{% endif %} {% if spinoff_detail.address %}
Address:
{{ spinoff_detail.address }}
{% endif %}
{% if spinoff_detail.description %}

Description

{{spinoff_detail.description|safe|linebreaksbr}}

{% endif %} {% if spinoff_detail.member.all %}

Working and collaborating member

{% include "member_list.html" with former_shadow=0 status=0 height=150 member_list=spinoff_detail.member.all|dictsort:"status.order_index"%}
{% endif %} {% if spinoff_detail.project.all %}

Collaborative projects

{% include "project_list.html" with l=6 m=6 s=6 height=150 project_list=spinoff_detail.project.all %}
{% endif %} {% if spinoff_detail.group.all %}

Collaborative groups

{% include "group_list.html" with l=6 m=6 s=6 height=150 group_list=spinoff_detail.group.all %}
{% endif %} {% if spinoff_detail.publication.all %}

Related publications

{% include "publication_list.html" with l=6 m=6 s=6 height=150 publication_list=spinoff_detail.publication.all %}
{% endif %} {% endif %} {% endblock %} {% endblock %}