diff --git a/maps/templates/maps/organization_detail.html b/maps/templates/maps/organization_detail.html index ac9ebe9..f7a75b0 100644 --- a/maps/templates/maps/organization_detail.html +++ b/maps/templates/maps/organization_detail.html @@ -30,25 +30,21 @@

{{ organization.name }}

Sectors: {{ organization.sectors_to_s }} Type: {{ organization.type|default:'Unknown' }} Years in operation: {{ organization.years_operating }} - {% if organization.num_workers %} - Number of members: {{ organization.num_workers }} - {% endif %} - {% if organization.stage %} + Number of members: {{ organization.num_workers|default:'Unknown' }} - Development stage: {{ organization.stage }} + Development stage: {{ organization.stage|default:'Unknown' }} - {% endif %} - {% if organization.legal_status %} - - Legal status: {{ organization.legal_status_to_s }} - - - - - {% endif %} + {% if organization.legal_status %} + + Legal status: {{ organization.legal_status_to_s }} + + + + + {% endif %}