Template for displaying CPT / Taxonomy URL issues

As you can see in The WordPress Template Hierarchy, you must create a taxonomy template.

Basically, you have two options:

1) taxonomy.php: if all terms share the same design.

2) taxonomy-{slug}.php: if each term has its own design (different colors, layout etc).