diff --git a/scipost_django/colleges/templates/colleges/fellowship_list.html b/scipost_django/colleges/templates/colleges/fellowship_list.html
index 2ae02a48b8189b86c40ae9d3453c4dc8deaa7744..8252adf0369452adec685317df872b14a26290d8 100644
--- a/scipost_django/colleges/templates/colleges/fellowship_list.html
+++ b/scipost_django/colleges/templates/colleges/fellowship_list.html
@@ -115,7 +115,15 @@
       {% for fellow in object_list %}
         <tr>
           <td><a href="{{ fellow.get_absolute_url }}">{{ fellow.contributor }}</a></td>
-	  <td>{% if fellow.guest %}<span class="text-warning">Guest Fellow</span>{% else %}<span class="text-success">Regular Fellow</span>{% endif %}</td>
+	  <td>
+	    {% if fellow.guest %}
+	      <span class="text-warning">Guest<br>Fellow</span>
+	    {% elif fellow.senior %}
+	      <span class="text-success">Senior<br>Fellow</span>
+	    {% else %}
+	      <span class="text-primary">Regular<br>Fellow
+	    {% endif %}
+	  </td>
           <td>{{ fellow.contributor.profile.acad_field }}
 	    <br/>
 	    {% for specialty in fellow.contributor.profile.specialties.all %}