diff --git a/app/templates/views/organisations/index.html b/app/templates/views/organisations/index.html index 2fa9cca34..c9a6fd8e3 100644 --- a/app/templates/views/organisations/index.html +++ b/app/templates/views/organisations/index.html @@ -17,13 +17,13 @@ {% for org in organisations %}
  • {{ org.name }} + {% if not org.active %} + - archived + {% endif %}

    {{ org.count_of_live_services }} live service{% if org.count_of_live_services != 1 %}s{% endif %}

    - {% if not org.active %} - - archived - {% endif %}
  • {% endfor %}