{% load humanize %}
{% if obj.enrollment_fte %}
{{ obj.sentence_name }}, a {{ obj.sentence_institution_type }} located in {{ obj.city }}, has {{ obj.enrollment_fte|intcomma }} students enrolled.
{% else %}
{{ obj.sentence_name }} is a {{ obj.sentence_institution_type }}{% if obj.city %} located in {{ obj.city }}{% endif %}.
{% endif %}
