<!-- Parents complet -->

%if;has_parents;
  <h3 class="highlight">[*parents]</h3>
  <ul>
    %apply;li_SD("father")
      %apply;display_sosa("father")
      %apply;long_display_person("father")%sp;
      <br%/>
      %foreach;father.family;
        %if;(spouse.access=mother.access)
          <em>%apply;long_married("father")</em>
        %end;
      %end;
    </li>
    %apply;li_SD("mother")
      %apply;display_sosa("mother")
      %apply;long_display_person("mother")%sp;
      %foreach;father.family;
        %if;(spouse.access=mother.access)
          %if(are_divorced or are_separated)
            <br%/>
            <em style="font-size: 90%%">%nn;
              %if;are_divorced;[divorced]0%divorce_date;%end;
              %if;are_separated;[separated]0%end;
            </em>
          %end;
        %end;
      %end;
    </li>
  </ul>
%end;
