diff --git a/organizations/templates/organizations/organization_list.html b/organizations/templates/organizations/organization_list.html index 361d81c5c5d72adb6ff80193df9cdada6dd4ac4c..90645d7127c31c9c15c4a574da0bde61bacd8f48 100644 --- a/organizations/templates/organizations/organization_list.html +++ b/organizations/templates/organizations/organization_list.html @@ -103,9 +103,9 @@ $(document).ready(function($) { </td> <td>{{ org.cf_nr_associated_publications }}</td> {% if org.has_current_subsidy %} - <td class="bg-success">Yes</td> + <td class="bg-success">Yes, current</td> {% elif org.subsidy_set.all|length > 0 %} - <td class="bg-primary text-white">Due for renewal</td> + <td class="bg-primary text-white">Yes, past</td> {% else %} <td class="bg-warning">Not yet</td> {% endif %}