I created a content type: "battle" in which a field is a "node reference" that refers to an existing content from another content type("facts").
Now, when I go to thematize the node: "node--battaglia.tpl.php", how do I get some of the fields of the node referenced("facts"), or to use all of its contents?
(I use Drupal 7)