Display Items Metadata by Collection

Is there any way to customize items/show.php by collection? So for example, if it is from Collection 1, the metadata displayed might include DC:Title and DC:Date but for Collection 2 it only has DC:Title.

Alternative set-ups are welcome although I can't do multiple installations of Omeka.

metadata('item', 'collection_name') will return the name of the collection the current item is assigned to.

In show.php you can use if/else or switch statements to change what gets displayed based on that value.