{{ association|safe }}?
{% if association.intern %}{{ association.intern|capfirst }}{% else %}De intern{% endif %}
is op dit moment:
{% if association.has_intern %}
{{ association.get_state_display|upper }}
Update de staat van {% if association.intern %}{{ association.intern|capfirst }}{% else %}de intern{% endif %}:
{% else %}
{{ association.short_name }} heeft helemaal geen intern!
{% endif %}